| 3862 | |
| 3863 | public: |
| 3864 | explicit iteration_proxy_value(IteratorType it) noexcept : anchor(it) {} |
| 3865 | |
| 3866 | /// dereference operator (needed for range-based for) |
| 3867 | iteration_proxy_value& operator*() |
nothing calls this directly
no outgoing calls
no test coverage detected