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 MAXIMUM variant and that it have the underlying type of size_t. This does not ensure the variant is the actual maximum