| 3379 | decltype(((*std::declval<Iterator &>()).second)), |
| 3380 | decltype(std::declval<pair_type>().second)>; |
| 3381 | result_type operator()(Iterator &it) const { return (*it).second; } |
| 3382 | }; |
| 3383 | |
| 3384 | template <typename Access, |
nothing calls this directly
no outgoing calls
no test coverage detected