Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Classes | |
struct | toolbox::util::detail::ResetState |
class | toolbox::util::StreamBuf< MaxN > |
StreamBuf uses a dynamic storage acquired from the custom allocator. More... | |
class | toolbox::util::OStream< MaxN > |
OStream uses a dynamic storage acquired from the custom allocator. More... | |
class | toolbox::util::StaticStreamBuf< MaxN > |
class | toolbox::util::OStaticStream< MaxN > |
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
namespace | toolbox::util::detail |
namespace | std |
STL namespace. | |
namespace | std::experimental |
Typedefs | |
using | toolbox::util::OStreamJoiner = std::experimental::ostream_joiner< char > |
Functions | |
ostream & | toolbox::util::detail::operator<< (ostream &os, ResetState) noexcept |
TOOLBOX_API void | toolbox::util::reset (std::ostream &os) noexcept |
template<std::size_t MaxN, typename ValueT > | |
auto & | toolbox::util::operator<< (OStaticStream< MaxN > &os, ValueT &&val) |
template<auto DelimT, typename ArgT , typename... ArgsT> | |
void | toolbox::util::join (std::ostream &os, const ArgT &arg, const ArgsT &... args) |
Variables | |
constexpr detail::ResetState | toolbox::util::reset_state {} |
I/O manipulator that resets I/O state. | |