|
Gamp v0.0.7-54-gccdc599
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 |
| 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) |
| Rcontainer | C++ Named Requirement Container (partial) |
| Rcontiguous_container | C++ Named Requirement ContiguousContainer (partial) |