| 296 | typedef std::ptrdiff_t difference_type; |
| 297 | typedef std::bidirectional_iterator_tag iterator_category; |
| 298 | iterator () {} |
| 299 | explicit iterator (const octet_iterator& octet_it, |
| 300 | const octet_iterator& rangestart, |
| 301 | const octet_iterator& rangeend) : |
nothing calls this directly
no test coverage detected