jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::req::packed_floating_point Concept Reference

Concept of type-trait std::is_floating_point and sizeof(T) == alignof(T) (packed) More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
concept jau::req::packed_floating_point = std::is_floating_point_v<T> && sizeof(T) == alignof(T)
Concept of type-trait std::is_floating_point and sizeof(T) == alignof(T) (packed)

Detailed Description

Concept of type-trait std::is_floating_point and sizeof(T) == alignof(T) (packed)

Definition at line 77 of file type_concepts.hpp.