| 17 | |
| 18 | template <typename access_type = int> |
| 19 | Iterator<access_type> begin() { |
| 20 | return {this, 2}; |
| 21 | } |
| 22 | |
| 23 | template <typename access_type = int> |
| 24 | Iterator<access_type> end() { |
nothing calls this directly
no outgoing calls
no test coverage detected