MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / empty

Method empty

base_code/template.cpp:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 bool full() const { return _top == _size; }
100
101 bool empty() const { return _top == 0; }
102
103private:
104 T *_pstack;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected