ParkingStack.pop_

Pop an element from parking.

class ParkingStack
protected override
void*
pop_
(
size_t n
)

Parameters

n size_t

the index of the element to retrieve

Return Value

Type: void*

the element parked at index n

Meta