C++ Actor Framework 1.0.0
|
Provides transformations for strings and sequences of characters. More...
#include <string.hpp>
Static Public Member Functions | |
static detail::normalize_newlines_step | normalize_newlines () |
Returns a transformation step that converts "\r\n" and "\r" to "\n" in a sequence of characters. | |
static detail::to_lines_step | to_lines () |
Returns a transformation step that converts a sequence of characters into a sequence of lines. | |
static detail::to_chars_step | to_chars () |
Returns a transformation step that splits a sequence of strings into a sequence of characters. | |
static detail::to_chars_step | to_chars (std::string_view separator) |
Returns a transformation step that splits a sequence of strings into a sequence of characters, inserting separator after each string. | |
Provides transformations for strings and sequences of characters.