| 106 | */ |
| 107 | template <typename T> |
| 108 | sonic_force_inline const T* Top() const { |
| 109 | return stack_.template Top<T>(); |
| 110 | } |
| 111 | template <typename T> |
| 112 | sonic_force_inline T* Top() { |
| 113 | return stack_.template Top<T>(); |
nothing calls this directly
no outgoing calls
no test coverage detected