repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::detail::has_repr_member Concept Reference
#include <
concepts.h
>
Concept definition
template
<
typename
T>
concept
librepr::detail::has_repr_member
=
requires
(T
const
&
obj
) {
{
obj
.repr() } -> std::same_as<std::string>;
}
librepr::detail::has_repr_member
Definition
concepts.h:16
librepr::code_for
std::string code_for()
Definition
repr:39
librepr
detail
has_repr_member
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme