C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::to_chars_step Class Reference

Turns a sequence of strings into a sequence of characters. More...

#include <string.hpp>

Public Types

using input_type = cow_string
 
using output_type = char
 

Public Member Functions

 to_chars_step (std::string_view separator)
 
template<class Next , class... Steps>
bool on_next (const cow_string &str, Next &next, Steps &... steps)
 
template<class Next , class... Steps>
void on_complete (Next &next, Steps &... steps)
 
template<class Next , class... Steps>
void on_error (const error &what, Next &next, Steps &... steps)
 

Detailed Description

Turns a sequence of strings into a sequence of characters.


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