cppx-core
Namespaces | Functions
exception-unwrapping.hpp File Reference
#include <cppx-core/collections/is_empty.hpp>
#include <cppx-core/language/syntax/macro-use.hpp>
#include <cppx-core/language/types/C_str_.hpp>
#include <exception>
#include <functional>
#include <utility>
Include dependency graph for exception-unwrapping.hpp:

Go to the source code of this file.

Namespaces

 cppx
 

Functions

 cppx::CPPX_USE_STD (exception, function, move, rethrow_if_nested, string)
 
void cppx::call_with_description_lines_from (const exception &x, const function< void(const C_str)> &f)
 
auto cppx::description_lines_from (const exception &x) -> string