| 31 | struct WrapperTestClass |
| 32 | { |
| 33 | TransformIterator<decltype(&square), std::vector<int>::const_iterator> begin() const |
| 34 | { |
| 35 | return { m_Vec.begin(), &square }; |
| 36 | } |
| 37 | |
| 38 | TransformIterator<decltype(&square), std::vector<int>::const_iterator> end() const |
| 39 | { |
no outgoing calls
no test coverage detected