MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / operator[]

Method operator[]

Source/external/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.80
keyFunction · 0.80
keyMethod · 0.80
json.hppFile · 0.80
containsFunction · 0.80
operator[]Function · 0.80
updateFunction · 0.80

Calls 1

operator+Method · 0.95

Tested by

no test coverage detected