LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
debugprinters.h File Reference
#include "sllconfig.h"
#include <QDebug>
#include <QDomDocument>
#include "either.h"
+ Include dependency graph for debugprinters.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 LC::Util
 

Functions

UTIL_SLL_API QDebug operator<< (QDebug, const QDomDocument::ParseResult &)
 
template<QDebuggable L, QDebuggable R>
QDebug LC::Util::operator<< (QDebug out, const Either< L, R > &either)
 

Variables

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

Function Documentation

◆ operator<<()

UTIL_SLL_API QDebug operator<< ( QDebug  ,
const QDomDocument::ParseResult &   
)

Definition at line 12 of file debugprinters.cpp.