MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / value

Method value

Source/external/json.hpp:5228–5231  ·  view source on GitHub ↗

return value of the iterator

Source from the content-addressed store, hash-verified

5226
5227 /// return value of the iterator
5228 typename IteratorType::reference value() const
5229 {
5230 return anchor.value();
5231 }
5232};
5233
5234/// proxy class for the items() function

Callers 6

getFunction · 0.45
to_jsonFunction · 0.45
hashFunction · 0.45
updateFunction · 0.45
basic_json diffFunction · 0.45
merge_patchFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected