SSP21-CPP
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
ser4cpp::UBit48< B0, B1, B2, B3, B4, B5 > Class Template Reference

Public Types

typedef UInt48Type type_t
 

Static Public Member Functions

static bool read_from (rseq_t &input, UInt48Type &out)
 
static bool write_to (wseq_t &dest, UInt48Type value)
 
static UInt48Type read (const uint8_t *data)
 
static void write (uint8_t *data, UInt48Type value)
 

Static Public Attributes

static const size_t size = 6
 
static const uint64_t min_value = 0
 
static const uint64_t max_value = 281474976710655ULL
 

Detailed Description

template<uint8_t B0, uint8_t B1, uint8_t B2, uint8_t B3, uint8_t B4, uint8_t B5>
class ser4cpp::UBit48< B0, B1, B2, B3, B4, B5 >

Definition at line 256 of file SerializationTemplates.h.