| 127 | |
| 128 | template<typename T> |
| 129 | T* Bottom() { return (T*)stack_; } |
| 130 | |
| 131 | Allocator& GetAllocator() { return *allocator_; } |
| 132 | bool Empty() const { return stackTop_ == stack_; } |
nothing calls this directly
no outgoing calls
no test coverage detected