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