C++ Actor Framework 1.0.0
|
Converts "\r\n" and "\r" to "\n". More...
#include <string.hpp>
Public Types | |
using | input_type = char |
using | output_type = char |
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) |
Converts "\r\n" and "\r" to "\n".