MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / value

Function value

3rd/nlohmann_json/single_include/nlohmann/json.hpp:12312–12315  ·  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

12310 @pre The iterator is initialized; i.e. `m_object != nullptr`.
12311 */
12312 reference value() const
12313 {
12314 return operator*();
12315 }
12316
12317 JSON_PRIVATE_UNLESS_TESTED:
12318 /// associated JSON instance

Callers

nothing calls this directly

Calls 6

stringFunction · 0.85
is_objectFunction · 0.70
findFunction · 0.70
endFunction · 0.70
createFunction · 0.70
type_nameFunction · 0.70

Tested by

no test coverage detected