MCPcopy Create free account
hub / github.com/aixed/WeChat-Hook / key

Method key

include/json/json.hpp:13536–13540  ·  view source on GitHub ↗

return the key of an object iterator

Source from the content-addressed store, hash-verified

13534
13535 /// return the key of an object iterator
13536 auto key() const -> decltype(std::declval<Base>().key())
13537 {
13538 auto it = --this->base();
13539 return it.key();
13540 }
13541
13542 /// return the value of an iterator
13543 reference value() const

Callers

nothing calls this directly

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected