LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::QDebuggable Concept Reference

#include "debugprinters.h"

Concept definition

template<typename T>
concept QDebuggable = requires (T t, QDebug out) { out << t; }

Detailed Description

Definition at line 21 of file debugprinters.h.