Template Struct enable_integer_serialization< long >

Struct Documentation

template<>
struct enable_integer_serialization<long>

This struct serves two purposes:

  1. The const/volatile overloads help serve to erase the distinction between the base and qualified types where such a distinction is not necessary.

  2. The specializtions for concrete T also enable specializations for specific integer types.

Public Types

using type = std::size_t

hide