a string where all characters fit into an octet
This kind of string can be used for input/output-operations.
std_types::string | the prototype object for all strings |
std::is_an_octet_string | octet strings are octet strings |
std::append | appends two or more strings |
std::equal | returns |
std::from_utf8 | converts a string from utf-8 encoding to code points |
std::hash | returns a numerical hash value |
std::is_empty | returns whether the octet string is empty or not |
std::is_not_empty | returns whether the octet string is empty or not |
std::length_of | returns the number of items within the list |
std::less | compares the two strings character by character |
std::push | adds a single character at the front of the string |
std::range | returns a string containing the specified subrange |
std::to_utf8 | converts a string from code points to utf-8 encoding |