cppx-core
Namespaces | Functions
debugging-output.hpp File Reference
#include <cppx-core/collections/is_in.hpp>
#include <cppx-core/io/monospaced_bullet_block.hpp>
#include <cppx-core/language/syntax/macro-use.hpp>
#include <iostream>
#include <string_view>
Include dependency graph for debugging-output.hpp:

Go to the source code of this file.

Namespaces

 cppx
 
 cppx::debug
 

Functions

 cppx::debug::CPPX_USE_STD (cerr, cout, clog, endl, ostream, string_view)
 
auto cppx::debug::put_stderr_line (const string_view s) noexcept -> Truth
 
auto cppx::debug::put_line (ostream &stream, const string_view s) noexcept -> Truth
 
auto cppx::debug::put_line (const string_view s) noexcept -> Truth
 
auto cppx::debug::put_block_to (ostream &stream, const string_view bullet, const string_view s) -> Truth
 
auto cppx::debug::put_info_block (const string_view s, ostream &stream=clog) -> Truth
 
auto cppx::debug::put_error_block (const string_view s, ostream &stream=cerr) -> Truth