| 160 | |
| 161 | template<typename T> |
| 162 | T* Bottom() { return reinterpret_cast<T*>(stack_); } |
| 163 | |
| 164 | template<typename T> |
| 165 | const T* Bottom() const { return reinterpret_cast<T*>(stack_); } |
nothing calls this directly
no outgoing calls
no test coverage detected