| 168 | friend boost::parser::detail::stl_interfaces::access; |
| 169 | iterator_type & base_reference() noexcept { return it_; } |
| 170 | iterator_type base_reference() const { return it_; } |
| 171 | |
| 172 | iterator_type it_ = iterator_type(); |
| 173 |
nothing calls this directly
no outgoing calls
no test coverage detected