SST  12.0.1
StructuralSimulationToolkit
SST::Core::Serialization::serialize< T, Enable > Class Template Reference

Base serialize class. More...

#include <serialize.h>

Public Member Functions

void operator() (T &UNUSED(t), serializer &UNUSED(ser))
 

Detailed Description

template<class T, class Enable = void>
class SST::Core::Serialization::serialize< T, Enable >

Base serialize class.

This is the default, which if hit will static_assert. All other instances are partial specializations of this class and do all the real serialization.


The documentation for this class was generated from the following file: