![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Classes | |
struct | toolbox::util::ErrMsg |
class | toolbox::util::Exception |
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
namespace | toolbox::util::detail |
Functions | |
template<typename ValueT > | |
ErrMsg & | toolbox::util::operator<< (ErrMsg &err, ValueT &&val) |
template<typename ExceptionT > | |
auto | toolbox::util::put_as_json (const ExceptionT &e) |
template<typename ExceptionT > | |
auto | toolbox::util::put_with_code (const ExceptionT &e) |
ErrMsg & | toolbox::util::err_msg () noexcept |
Variables | |
constexpr std::size_t | toolbox::util::MaxErrSize {511} |
Maximum error message length. | |