SPH
Detail::SerializedType< Precise, T, TEnabler > Struct Template Reference

Type trait for serialization/deserialization of types. More...

Detailed Description

template<bool Precise, typename T, typename TEnabler = void>
struct Detail::SerializedType< Precise, T, TEnabler >

Type trait for serialization/deserialization of types.

Every type used in serialization must explicitly specialize the class. Only std::string has dedicated member functions in (de)serializer classes and does not have to be specialized.

Definition at line 22 of file Serializer.h.


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