MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / operator[]

Method operator[]

include/jwt/json/json.hpp:11509–11512  ·  view source on GitHub ↗

access to successor

Source from the content-addressed store, hash-verified

11507
11508 /// access to successor
11509 reference operator[](difference_type n) const
11510 {
11511 return *(this->operator+(n));
11512 }
11513
11514 /// return the key of an object iterator
11515 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