SpECTRE
v2025.03.17
|
Assert that the ConformingType
conforms to the Protocol
.
More...
#include <ProtocolHelpers.hpp>
Assert that the ConformingType
conforms to the Protocol
.
Similar to tt::conforms_to
, but not SFINAE-friendly. Instead, triggers static asserts with diagnostic messages to understand why the ConformingType
fails to conform to the Protocol
.