repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::has_search_range Concept Reference
#include <
enum.h
>
Concept definition
template
<
typename
T>
concept
librepr::has_search_range
= std::is_enum_v<T> &&
requires
(T
obj
) {
{ Settings<T>::search_range::min };
{
Settings<T>::search_range::max
};
}
librepr::has_search_range
Definition
customization/enum.h:12
librepr::code_for
std::string code_for()
Definition
repr:39
librepr::Settings
Definition
customization.h:12
librepr
has_search_range
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme