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; }
librepr::has_enumerators
Definition
customization/enum.h:28
librepr::code_for
std::string code_for()
Definition
repr:39
librepr
has_enumerators
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme