Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
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
 RbooleanConcept of type-trait for bool type
 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)
 Rchar_pointerA char*
 Rstring_literalA string literal: char (&)[N], jau::StringLiteral
 Rstring_typeA std::string
 Rstring_classA string class, i.e. std::string, std::string_view or jau::StringLiteral
 Rstring_alikeLike a string:
 Rstring_alike0
 Rstringifyable_stdA convertible type to a string or a string itself
 Rstringifyable_jauA convertible type to a string or a string itself
 RcontainerC++ Named Requirement Container (partial)
 Rcontiguous_containerC++ Named Requirement ContiguousContainer (partial)