SST
13.1.0
Structural Simulation Toolkit
|
Base serialize class. More...
#include <serialize.h>
Public Member Functions | |
void | operator() (T &UNUSED(t), serializer &UNUSED(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.