Go to the source code of this file.
|
| 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 |
|