Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Static Public Member Functions | List of all members
Hg::EndianType< T, false > Struct Template Reference

Policy class used to perform byte-order operations. More...

#include <byte_order.h>

Static Public Member Functions

static T swap_order (const T &value)
 A no-op version of swap. This EndianType matches the target byte-order type.
 

Detailed Description

template<typename T>
struct Hg::EndianType< T, false >

Policy class used to perform byte-order operations.

This type specialization that uses a swap operation that performs a no-op on the input value.

Definition at line 225 of file byte_order.h.


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