MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / value

Method value

external/json/json.hpp:6199–6203  ·  view source on GitHub ↗

return the value of an iterator

Source from the content-addressed store, hash-verified

6197
6198 /// return the value of an iterator
6199 reference value() const
6200 {
6201 auto it = --this->base();
6202 return it.operator * ();
6203 }
6204};
6205} // namespace detail
6206} // namespace nlohmann

Callers

nothing calls this directly

Calls 2

baseMethod · 0.45
operator *Method · 0.45

Tested by

no test coverage detected