Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
jau::has_endian_little< Dummy_type > Struct Template Reference

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

#include <byte_util.hpp>

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

Detailed Description

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

A little-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 369 of file byte_util.hpp.


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