Base Framework
|
Big endian representation. More...
#include <base/ByteOrder.h>
Public Member Functions | |
BigEndian (TYPE _value) noexcept | |
TYPE | operator= (TYPE assign) noexcept |
operator TYPE () const noexcept | |
Public Attributes | |
TYPE | value |
Big endian representation.
This class is used to store primitives in big endian byte order independently of the native byte order of the platform.