|
SpECTRE
v2025.08.19
|
Classes that define metaprogramming interfaces. More...
Classes | |
| struct | tt::ConformsTo< Protocol > |
Indicate a class conforms to the Protocol. More... | |
| struct | tt::conforms_to< ConformingType, Protocol > |
Checks if the ConformingType conforms to the Protocol. More... | |
| struct | tt::assert_conforms_to< ConformingType, Protocol > |
Assert that the ConformingType conforms to the Protocol. More... | |
Classes that define metaprogramming interfaces.
See the Protocols section of the dev guide for details.