tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
endian.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Enumerations

enum struct  endian { little = __ORDER_LITTLE_ENDIAN__ , big = __ORDER_BIG_ENDIAN__ , native = __BYTE_ORDER__ }
 Indicates the endianness of all scalar types. If all scalar types are little-endian, endian::native equals endian::little. If all scalar types are big-endian, endian::native equals endian::big. More...