return the value of an iterator
| 13778 | |
| 13779 | /// return the value of an iterator |
| 13780 | reference value() const |
| 13781 | { |
| 13782 | auto it = --this->base(); |
| 13783 | return it.operator * (); |
| 13784 | } |
| 13785 | }; |
| 13786 | |
| 13787 | } // namespace detail |
nothing calls this directly
no outgoing calls
no test coverage detected