| C++ Actor Framework 1.0.0
    | 
Turns a sequence of characters into a sequence of lines. More...
#include <string.hpp>
| Public Types | |
| using | input_type = char | 
| using | output_type = cow_string | 
| Public Member Functions | |
| template<class Next , class... Steps> | |
| bool | on_next (const char &ch, 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 characters into a sequence of lines.