MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / value

Method value

examples/server/json.hpp:13664–13668  ·  view source on GitHub ↗

return the value of an iterator

Source from the content-addressed store, hash-verified

13662
13663 /// return the value of an iterator
13664 reference value() const
13665 {
13666 auto it = --this->base();
13667 return it.operator * ();
13668 }
13669};
13670
13671} // namespace detail

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected