SSP21-CPP
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
ser4cpp::Bit16< T, B0, B1 > Class Template Reference

Public Types

typedef T type_t
 

Static Public Member Functions

static bool write_to (wseq_t &dest, T value)
 
static bool read_from (rseq_t &input, T &out)
 

Static Public Attributes

static const size_t size = sizeof(T)
 
static const T max_value = std::numeric_limits<T>::max()
 
static const T min_value = std::numeric_limits<T>::min()
 

Detailed Description

template<class T, uint8_t B0, uint8_t B1>
class ser4cpp::Bit16< T, B0, B1 >

Definition at line 84 of file SerializationTemplates.h.