SpECTRE  2021.08.02
tt::ConformsTo< Protocol > Struct Template Reference

Indicate a class conforms to the Protocol. More...

#include <ProtocolHelpers.hpp>

Detailed Description

template<typename Protocol>
struct tt::ConformsTo< Protocol >

Indicate a class conforms to the Protocol.

(Publicly) inherit classes from this class to indicate they conform to the Protocol.

See also
Documentation on Protocols