C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::print_iterator_adapter< OutputIterator > Struct Template Reference

Wraps an output iterator to provide a push_back and insert member functions for using the print algorithms. More...

#include <print.hpp>

Public Types

using value_type = char
 

Public Member Functions

 print_iterator_adapter (OutputIterator iter)
 
sentinel end () const noexcept
 
void push_back (value_type val)
 
void insert (sentinel, value_type val)
 
template<class InputIterator >
void insert (sentinel, InputIterator first, InputIterator last)
 

Public Attributes

OutputIterator pos
 

Detailed Description

template<class OutputIterator>
struct caf::detail::print_iterator_adapter< OutputIterator >

Wraps an output iterator to provide a push_back and insert member functions for using the print algorithms.


The documentation for this struct was generated from the following file: