MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / value

Function value

include/behaviortree_cpp/contrib/json.hpp:13606–13609  ·  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

13604 @pre The iterator is initialized; i.e. `m_object != nullptr`.
13605 */
13606 reference value() const
13607 {
13608 return operator*();
13609 }
13610
13611 JSON_PRIVATE_UNLESS_TESTED:
13612 /// associated JSON instance

Callers 1

json.hppFile · 0.70

Calls 7

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

Tested by

no test coverage detected