|
Gamp v0.0.7-67-g7798ac4
Gamp: Graphics, Audio, Multimedia and Processing
|
| ▼Njau | __pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros |
| ▼Nreq | Requirement (concept) Definitions |
| Rpointer | Concept of type-trait std::is_pointer |
| Rstandard_layout | Concept of type-trait std::is_standard_layout |
| Rtrivially_copyable | Concept of type-trait std::is_trivially_copyable |
| Rboolean | Concept of type-trait for bool type |
| Rarithmetic | Concept of type-trait std::is_arithmetic |
| Runsigned_arithmetic | Concept of type-trait std::is_unsigned and std::is_arithmetic |
| Rsigned_arithmetic | Concept of type-trait std::is_signed and std::is_arithmetic |
| Runsigned_integral | Concept of type-trait std::is_unsigned and std::is_integral |
| Rsigned_integral | Concept of type-trait std::is_signed and std::is_integral |
| Rpacked_integral | Concept of type-trait std::is_integral and sizeof(T) == alignof(T) (packed) |
| Rpacked_floating_point | Concept of type-trait std::is_floating_point and sizeof(T) == alignof(T) (packed) |
| Rchar_pointer | A char* |
| Rstring_literal | A string literal: char (&)[N], jau::StringLiteral |
| Rstring_type | A std::string |
| Rstring_class | A string class, i.e. std::string, std::string_view or jau::StringLiteral |
| Rstring_alike | Like a string: |
| Rstring_alike0 | |
| Rstringifyable_std | A convertible type to a string or a string itself |
| Rstringifyable_jau | A convertible type to a string or a string itself |
| Rcontainer | C++ Named Requirement Container (partial) |
| Rcontiguous_container | C++ Named Requirement ContiguousContainer (partial) |