repr
0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::detail::string_like Concept Reference
#include <
util.h
>
Concept definition
template
<
typename
T>
concept
librepr::detail::string_like
=
requires
(T& t) {
t.size();
{ t.data() } -> std::convertible_to<const char*>;
}
librepr::detail::string_like
Definition
util/string/util.h:8
librepr
detail
string_like
Generated by
1.9.8, using the excellent
Doxygen Awesome
Theme