| 133 | */ |
| 134 | template <typename T> |
| 135 | sonic_force_inline T* End() { |
| 136 | return stack_.template End<T>(); |
| 137 | } |
| 138 | template <typename T> |
| 139 | sonic_force_inline const T* End() const { |
| 140 | return stack_.template End<T>(); |
nothing calls this directly
no outgoing calls
no test coverage detected