jaulib v1.3.0
Jau Support Library (C++, Java, ..)
jau::has_endian_big< Dummy_type > Struct Template Reference

A big-endian type trait for convenience . More...

#include <byte_util.hpp>

Inheritance diagram for jau::has_endian_big< Dummy_type >:
Collaboration diagram for jau::has_endian_big< Dummy_type >:

Detailed Description

template<typename Dummy_type>
struct jau::has_endian_big< Dummy_type >

A big-endian type trait for convenience .

Since all endian definitions are of constexpr, code can simply use expressions of these for compile-time evaluation and optimization. A template SFINAE is not required.

Template Parameters
Dummy_typejust to make template SFINAE happy

Definition at line 356 of file byte_util.hpp.


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