25 #ifndef SER4CPP_UINT48TYPE_H 26 #define SER4CPP_UINT48TYPE_H 37 explicit UInt48Type(uint64_t value) : representation(value)
43 inline operator uint64_t()
const 45 return representation;
50 return representation;
54 uint64_t representation;
ser4cpp header-only library namespace