![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <utility>

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. | |