MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / operator[]

Method operator[]

dependencies/json/json.hpp:11579–11582  ·  view source on GitHub ↗

access to successor

Source from the content-addressed store, hash-verified

11577
11578 /// access to successor
11579 reference operator[](difference_type n) const
11580 {
11581 return *(this->operator+(n));
11582 }
11583
11584 /// return the key of an object iterator
11585 auto key() const -> decltype(std::declval<Base>().key())

Callers 6

keyMethod · 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