Stack.size

struct Stack(V, int Size = 0)
size_t
size
()

Return Value

Type: size_t

depth of the stack

Meta