Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions | Variables
Stream.hpp File Reference
#include <toolbox/util/OStreamBase.hpp>
#include <toolbox/util/Concepts.hpp>
#include <toolbox/util/Storage.hpp>
Include dependency graph for Stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  toolbox::util::detail::ResetState
 
class  toolbox::util::OStream< MaxN >
 OStream uses a dynamic storage acquired from the custom allocator. More...
 
class  toolbox::util::OStaticStream< MaxN >
 
class  toolbox::util::OStreamIterator< StreamT >
 
class  toolbox::util::OStreamJoiner< StreamT, DelimT >
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 
namespace  toolbox::util::detail
 

Functions

ostream & toolbox::util::detail::operator<< (ostream &os, ResetState) noexcept
 

Variables

constexpr detail::ResetState toolbox::util::reset_state {}