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

#include <enum.h>

Concept definition

template<typename T>
concept librepr::has_enumerators = std::is_enum_v<T> && requires(T obj) { typename Settings<T>::enumerators; }
Definition customization/enum.h:28
std::string code_for()
Definition repr:39