MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / value

Function value

extern/json/json.hpp:13528–13531  ·  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

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

Callers 1

json.hppFile · 0.70

Calls 7

is_objectFunction · 0.85
type_nameFunction · 0.85
findFunction · 0.70
endFunction · 0.70
createFunction · 0.70
concatFunction · 0.70
convertMethod · 0.45

Tested by

no test coverage detected