LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
taintedstring.h File Reference
#include <QString>
+ Include dependency graph for taintedstring.h:

Go to the source code of this file.

Classes

class  LC::Util::TaintedString
 

Namespaces

 LC::Util
 

Variables

template<typename L , typename R >
concept LC::Util::Concatable = requires (L&& l, R&& r) { std::forward<L> (l) + std::forward<R> (r); }