repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::category::has_name Concept Reference
#include <
category.h
>
Concept definition
template
<
typename
T>
concept
librepr::category::has_name
=
requires
(T
obj
) {
std::string_view
{
obj
.name()}; }
std::string_view
librepr::category::has_name
Definition
category.h:20
librepr::code_for
std::string code_for()
Definition
repr:39
librepr
category
has_name
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme