26 #ifndef INCLUDED_SerializationTraitExample_Simple_h_GUID_1CD49F21_AA18_4DBE_2019_1F40B6695E00
27 #define INCLUDED_SerializationTraitExample_Simple_h_GUID_1CD49F21_AA18_4DBE_2019_1F40B6695E00
48 namespace serialization {
65 template <
typename F,
typename T>
static void apply(F &f, T &val) {
76 #endif // INCLUDED_SerializationTraitExample_Simple_h_GUID_1CD49F21_AA18_4DBE_2019_1F40B6695E00
An alternate, simpler method of serializing things that are effectively structs is to explicitly spec...
Header wrapping the C99 standard stdint header.
typename F::template apply< Args...> apply
Apply an alias class.
Mandatory base class for SimpleStructSerialization specializations: allows detection of specializatio...