ParkingStack.push_

Pushes an object on the stack.

class ParkingStack
protected override
void
push_
(
void* element
,
size_t n
)

Parameters

element void*

object to push

n size_t

number of parked objects before object is pushed (guaranteed to be less than max_length)

Meta