CCStack_T::Push

void CCStack_T::Push(element_t elem)

Pushes a new element onto the stack

Defined in: CollectMfc.h

Parameters

elem

The element to push onto the stack

See Also

CCStack_T