Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
StreamInserter.hpp File Reference
#include <utility>
Include dependency graph for StreamInserter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::util::StreamInserter< OStreamT, FnT >
 

Namespaces

namespace  toolbox
 
namespace  toolbox::util
 

Functions

template<typename OStreamT , typename FnT >
auto toolbox::util::make_stream_inserter (FnT fn)
 Returns a StreamInserter object, automatically deducing functor type from arguments.