HomeManualTopicsTypesSymbols

std_types::list/std::pop

removes and returns the last item of a non-empty list

Parameters

None

Results

None

Description

It is an error to attempt to pop an item from an empty list.

The returned list maintains all attributes of the original list.

Implements

std::pop remove and return the last item of a collection