repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::has_name Concept Reference
#include <
reflection.h
>
Concept definition
template
<
typename
T>
concept
librepr::has_name
= std::is_enum_v<T> &&
requires
(T
obj
) {
{ Settings<T>::name } -> std::convertible_to<std::string_view>;
}
librepr::has_name
Definition
reflection.h:26
librepr::code_for
std::string code_for()
Definition
repr:39
librepr
has_name
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme