template<class T>
has_any_serialize_member_t struct
Public static variables
- static const bool value
Public static functions
-
template<typename U>static auto test(U* u) -> decltype(u -> template serialize<SerializeSizerType>(std::declval<SerializeSizerType&>()), char(0))
- static auto test(...) -> double