HomeManualTopicsTypesSymbols

std::get

removes and returns the first item of a collection

Parameter

collection
the collection to be modified

Results

collection
the modified collection
item
the removed item

Topics

Strings

Lists

See also

std::put adds a single item at the front of a collection
std::pop remove and return the last item of a collection
std::push add a single item at the end of a collection

Implemented by

std_types::generic_list removes and returns the first element of the list