SpECTRE  v2024.05.11
Protocols

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...
 

Detailed Description

Classes that define metaprogramming interfaces.

See the Protocols section of the dev guide for details.