repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::category::can_descend Concept Reference
#include <
category.h
>
Concept definition
template
<
typename
T>
concept
librepr::category::can_descend
=
has_members<T>
||
has_extent<T>
||
has_alternatives<T>
|| T::can_descend
librepr::category::can_descend
Definition
category.h:43
librepr::category::has_alternatives
Definition
category.h:34
librepr::category::has_extent
Definition
category.h:29
librepr::category::has_members
Definition
category.h:26
librepr
category
can_descend
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme