repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::has_custom_members Concept Reference
#include <
reflection.h
>
Concept definition
template
<
typename
T>
concept
librepr::has_custom_members
= std::is_class_v<T> &&
requires
{
typename
Settings<T>::members;
}
librepr::has_custom_members
Definition
reflection.h:15
librepr
has_custom_members
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme