MCPcopy Create free account
hub / github.com/dobin/RedEdr / value

Method value

RedEdrShared/json.hpp:13780–13784  ·  view source on GitHub ↗

return the value of an iterator

Source from the content-addressed store, hash-verified

13778
13779 /// return the value of an iterator
13780 reference value() const
13781 {
13782 auto it = --this->base();
13783 return it.operator * ();
13784 }
13785 };
13786
13787} // namespace detail

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected