| 32 | struct TMapOps { |
| 33 | template <class K> |
| 34 | inline auto FindPtr(const K& key) Y_LIFETIME_BOUND { |
| 35 | return MapFindPtr(static_cast<Derived&>(*this), key); |
| 36 | } |
| 37 | |
| 38 | template <class K> |
| 39 | inline auto FindPtr(const K& key) const Y_LIFETIME_BOUND { |
no test coverage detected