NDDEM
|
Namespaces | |
anonymous_namespace{common.hpp} | |
Classes | |
class | is_enum |
Checks if a type is an enum. More... | |
Functions | |
template<class Archive , class T > | |
void | serializeArray (Archive &ar, T &array, std::true_type) |
Serialization for arrays if BinaryData is supported and we are arithmetic. More... | |
template<class Archive , class T > | |
void | serializeArray (Archive &ar, T &array, std::false_type) |
Serialization for arrays if BinaryData is not supported or we are not arithmetic. More... | |
|
inline |
Serialization for arrays if BinaryData is not supported or we are not arithmetic.
|
inline |
Serialization for arrays if BinaryData is supported and we are arithmetic.