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

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)
 

Detailed Description

Converts "\r\n" and "\r" to "\n".


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