HomeManualTopicsTypesSymbols

std::append

appends two or more collections to form a single collection

Parameter

collections*
the collections to be appended

Result

collection
the resulting collection

Topics

Strings

Lists

See also

std::push add a single item at the end of a collection
std::dup creates a concatenation of *n* copies of the specified collection

Implemented by

std_types::list appends two or more lists
std_types::octet_string appends two or more strings
std_types::quad_octet_string appends two or more strings