Method ADT.Stack()->pop_to()


Method pop_to

void pop_to(int depth)

Description

Pops entries from the stack until the specified depth is reached. The popped entries are not actually freed, only the stack pointer is moved.