This is "const decltype(as_const(map_).begin()) begin() const"
| 32 | } |
| 33 | // This is "const decltype(as_const(map_).begin()) begin() const" |
| 34 | const typename map_t::const_iterator begin() const { |
| 35 | return map_.begin(); |
| 36 | } |
| 37 | const typename map_t::const_iterator end() const { |
| 38 | return map_.end(); |
| 39 | } |
nothing calls this directly
no outgoing calls
no test coverage detected