COMMS
Template library intended to help with implementation of communication protocols.
|
Namespace for traits tag classes used to specify serialisation endian. More...
Namespace for traits tag classes used to specify serialisation endian.
Typedefs | |
using | Big = util::traits::endian::Big |
Empty class used in traits to indicate Big Endian. | |
using | Little = util::traits::endian::Little |
Empty class used in traits to indicate Little Endian. | |