return the value of an iterator
| 13662 | |
| 13663 | /// return the value of an iterator |
| 13664 | reference value() const |
| 13665 | { |
| 13666 | auto it = --this->base(); |
| 13667 | return it.operator * (); |
| 13668 | } |
| 13669 | }; |
| 13670 | |
| 13671 | } // namespace detail |
nothing calls this directly
no outgoing calls
no test coverage detected