xtd 0.2.0
Loading...
Searching...
No Matches
cdebug.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "debugstreambuf.hpp"
6#include <iostream>
7
9namespace xtd {
10 #if DEBUG
12 inline xtd::debugstreambuf cdebugstreambuf;
13
24 inline std::ostream cdebug(&cdebugstreambuf);
25 #else
36 inline std::ostream cdebug(nullptr);
37 #endif
38}
Contains xtd::debugstreambuf class.
std::ostream cdebug(nullptr)
Provides an std::ostream for xtd::diagnostics::debug.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8