Skip to content

Pop

Pop

Returns the head element and removes it from a stack.

T Pop();

Return Value

Returns the head element.

Last updated on