MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / operator[]

Method operator[]

examples/server/json.hpp:13651–13654  ·  view source on GitHub ↗

access to successor

Source from the content-addressed store, hash-verified

13649
13650 /// access to successor
13651 reference operator[](difference_type n) const
13652 {
13653 return *(this->operator+(n));
13654 }
13655
13656 /// return the key of an object iterator
13657 auto key() const -> decltype(std::declval<Base>().key())

Callers 7

diagnosticsMethod · 0.45
keyFunction · 0.45
keyMethod · 0.45
json.hppFile · 0.45
containsFunction · 0.45
operator[]Function · 0.45
updateFunction · 0.45

Calls 1

operator+Method · 0.95

Tested by

no test coverage detected