C++ Actor Framework 1.0.0
|
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) |
Turns a sequence of strings into a sequence of characters.