| 7369 | class = decltype(*::std::declval<Iterator>()), |
| 7370 | class = typename C::const_iterator> |
| 7371 | IsContainer IsContainerTest(int /* dummy */) { |
| 7372 | return 0; |
| 7373 | } |
| 7374 | |
| 7375 | typedef char IsNotContainer; |
| 7376 | template <class C> |
nothing calls this directly
no outgoing calls
no test coverage detected