jaulib v1.4.1
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123]
 Njau__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros
 NreqRequirement (concept) Definitions
 RpointerConcept of type-trait std::is_pointer
 Rstandard_layoutConcept of type-trait std::is_standard_layout
 Rtrivially_copyableConcept of type-trait std::is_trivially_copyable
 RarithmeticConcept of type-trait std::is_arithmetic
 Runsigned_arithmeticConcept of type-trait std::is_unsigned and std::is_arithmetic
 Rsigned_arithmeticConcept of type-trait std::is_signed and std::is_arithmetic
 Runsigned_integralConcept of type-trait std::is_unsigned and std::is_integral
 Rsigned_integralConcept of type-trait std::is_signed and std::is_integral
 Rpacked_integralConcept of type-trait std::is_integral and sizeof(T) == alignof(T) (packed)
 Rpacked_floating_pointConcept of type-trait std::is_floating_point and sizeof(T) == alignof(T) (packed)
 RcontainerC++ Named Requirement Container (partial)
 Rcontiguous_containerC++ Named Requirement ContiguousContainer (partial)