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

Concept of type-trait std::is_trivially_copyable. More...

#include <type_concepts.hpp>

Concept definition

template<typename T>
concept jau::req::trivially_copyable = std::is_trivially_copyable_v<T>
Concept of type-trait std::is_trivially_copyable.

Detailed Description

Concept of type-trait std::is_trivially_copyable.

Definition at line 49 of file type_concepts.hpp.