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

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

#include <endian.hpp>

Inheritance diagram for mds_utils::big_endian_machine:

Detailed Description

Determines if the machine uses big endian byte ordering.

If machine is big 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 65 of file endian.hpp.


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