SST
6.0.0
StructuralSimulationToolkit
|
Base serialize class. More...
#include <serialize.h>
Public Member Functions | |
void | operator() (T &t, serializer &ser) |
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.