C++ Concepts
Exhale does not yet generate pages for C++ concepts, so the public concepts below are rendered directly through Breathe.
-
template<typename T>
concept EnumHasMaximumValueAndIsSizeT - #include <ComponentSignals.hpp>
Concept requiring an enum to have a
MAXIMUMvariant and that it have the underlying type ofsize_t. This does not ensure the variant is the actual maximum