MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / value

Method value

lesson6-Segmentation/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

no outgoing calls

Tested by

no test coverage detected