Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Stream.hpp>
Go to the source code of this file.
Classes | |
class | toolbox::util::Exception |
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
namespace | toolbox::util::detail |
Typedefs | |
using | toolbox::util::ErrMsg = OStaticStream< MaxErrSize > |
Functions | |
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. | |