MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / operator[]

Method operator[]

Source/Utils/json.hpp:11507–11510  ·  view source on GitHub ↗

access to successor

Source from the content-addressed store, hash-verified

11505
11506 /// access to successor
11507 reference operator[](difference_type n) const
11508 {
11509 return *(this->operator+(n));
11510 }
11511
11512 /// return the key of an object iterator
11513 auto key() const -> decltype(std::declval<Base>().key())

Callers

nothing calls this directly

Calls 1

operator+Method · 0.95

Tested by

no test coverage detected