repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::category::has_extent Concept Reference
#include <
category.h
>
Concept definition
template
<
typename
T>
concept
librepr::category::has_extent
=
requires
{
{ T::extent } -> std::convertible_to<std::size_t>;
}
librepr::category::has_extent
Definition
category.h:29
librepr
category
has_extent
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme