MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / value

Function value

Source/external/json.hpp:13524–13527  ·  view source on GitHub ↗

! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */

Source from the content-addressed store, hash-verified

13522 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13523 */
13524 reference value() const
13525 {
13526 return operator*();
13527 }
13528
13529 JSON_PRIVATE_UNLESS_TESTED:
13530 /// associated JSON instance

Callers 1

json.hppFile · 0.85

Calls 6

is_objectFunction · 0.85
findFunction · 0.85
endFunction · 0.85
createFunction · 0.85
concatFunction · 0.85
type_nameFunction · 0.85

Tested by

no test coverage detected