repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::category::has_enumerator_names Concept Reference

#include <category.h>

Concept definition

template<typename T>
concept librepr::category::has_enumerator_names = requires { T::enumerator_names; }