COMMS
Template library intended to help with implementation of communication protocols.
comms::option::def::Endian< TEndian > Struct Template Reference

#include "comms/options.h"

Detailed Description

template<typename TEndian>
struct comms::option::def::Endian< TEndian >

Options to specify endian.

Template Parameters
TEndianEndian type. Must be either comms::traits::endian::Big or comms::traits::endian::Little.

The documentation for this struct was generated from the following file: