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); }

Detailed Description

Definition at line 16 of file taintedstring.h.