Michele De Stefano's C++ Utilities
mds_utils::little_endian_machine Class Reference

Determines if the machine uses little endian byte ordering. More...

#include <endian.hpp>

Inheritance diagram for mds_utils::little_endian_machine:

Detailed Description

Determines if the machine uses little endian byte ordering.

If machine is little endian, inherits from boost::mpl::true_, otherwise it inherits from boost::mpl::false_.

See also
test_endian.cpp (usage example)
Author
Michele De Stefano
Date
13/12/2008

Definition at line 64 of file endian.hpp.


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