Template Struct enable_integer_serialization< char >
Defined in File integer.h
Struct Documentation
-
template<>
struct enable_integer_serialization<char> This struct serves two purposes:
The const/volatile overloads help serve to erase the distinction between the base and qualified types where such a distinction is not necessary.
The specializtions for concrete
T
also enable specializations for specific integer types.
Public Types
-
using type = std::size_t
hide