SSP21-CPP
Static Public Member Functions | List of all members
ser4cpp::EndianHelpers< Int16Type, UInt16Type, Int32Type, UInt32Type, Int64Type, UInt64Type > Class Template Reference

Static Public Member Functions

template<class T , typename... Args>
static bool read (rseq_t &input, T &value, Args &... args)
 
template<class T , typename... Args>
static bool write (wseq_t &dest, const T &value, const Args &... args)
 

Detailed Description

template<class Int16Type, class UInt16Type, class Int32Type, class UInt32Type, class Int64Type, class UInt64Type>
class ser4cpp::EndianHelpers< Int16Type, UInt16Type, Int32Type, UInt32Type, Int64Type, UInt64Type >

Definition at line 35 of file EndianHelpers.h.