TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
debug_stream.hpp
#include <functional>
#include <ostream>

Detailed Description

A conditional output stream that only emits when a user-supplied predicate returns true.

Definition in file debug_stream.hpp.

Go to the source code of this file.

Classes

class  triqs::utility::debug_stream
 Output stream wrapper that emits only when a condition returns true and only in debug builds. More...