| 5206 | |
| 5207 | public: |
| 5208 | explicit iteration_proxy_value() = default; |
| 5209 | explicit iteration_proxy_value(IteratorType it, std::size_t array_index_ = 0) |
| 5210 | noexcept(std::is_nothrow_move_constructible<IteratorType>::value |
| 5211 | && std::is_nothrow_default_constructible<string_type>::value) |
nothing calls this directly
no outgoing calls
no test coverage detected