HomeManualTopicsTypesSymbols

std_types::octet_string

a string where all characters fit into an octet

Description

This kind of string can be used for input/output-operations.

Topic

Collections

Derived from

std_types::string the prototype object for all strings

Supported polymorphic functions

std::is_an_octet_string octet strings are octet strings
std::append appends two or more strings
std::equal returns if both strings have the same contents
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