iceberg-cpp
Loading...
Searching...
No Matches
iceberg::EndianConvertible Concept Reference

Concept for values that can be converted to/from another endian format. More...

#include <endian.h>

Concept definition

template<typename T>
concept iceberg::EndianConvertible = std::is_arithmetic_v<T>
Concept for values that can be converted to/from another endian format.
Definition endian.h:34

Detailed Description

Concept for values that can be converted to/from another endian format.