LeechCraft
0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::Concatable Concept Reference
#include "
taintedstring.h
"
Concept definition
template
<
typename
L,
typename
R>
concept
Concatable
=
requires
(L&& l, R&& r) { std::forward<L> (l) + std::forward<R> (r); }
LC::Util::Concatable
Definition
taintedstring.h:16
Detailed Description
Definition at line
16
of file
taintedstring.h
.
LC
Util
Concatable
Generated by
1.16.1