MCPcopy Create free account
hub / github.com/Icinga/icinga2 / value

Method value

third-party/nlohmann_json/json.hpp:11522–11526  ·  view source on GitHub ↗

return the value of an iterator

Source from the content-addressed store, hash-verified

11520
11521 /// return the value of an iterator
11522 reference value() const
11523 {
11524 auto it = --this->base();
11525 return it.operator * ();
11526 }
11527};
11528} // namespace detail
11529} // namespace nlohmann

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
operator *Method · 0.45

Tested by

no test coverage detected