MCPcopy Create free account
hub / github.com/LAStools/LAStools / value

Function value

src/json.hpp:13610–13613  ·  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

13608 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13609 */
13610 reference value() const
13611 {
13612 return operator*();
13613 }
13614
13615 JSON_PRIVATE_UNLESS_TESTED:
13616 /// 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