return the value of an iterator
| 11520 | |
| 11521 | /// return the value of an iterator |
| 11522 | reference value() const |
| 11523 | { |
| 11524 | auto it = --this->base(); |
| 11525 | return it.operator * (); |
| 11526 | } |
| 11527 | }; |
| 11528 | } // namespace detail |
| 11529 | } // namespace nlohmann |
nothing calls this directly
no outgoing calls
no test coverage detected