! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
| 11390 | @pre The iterator is initialized; i.e. `m_object != nullptr`. |
| 11391 | */ |
| 11392 | reference value() const |
| 11393 | { |
| 11394 | return operator*(); |
| 11395 | } |
| 11396 | |
| 11397 | private: |
| 11398 | /// associated JSON instance |
no outgoing calls
no test coverage detected