MCPcopy Create free account
hub / github.com/pybind/pybind11 / operator()

Method operator()

include/pybind11/pybind11.h:3381–3381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3379 decltype(((*std::declval<Iterator &>()).second)),
3380 decltype(std::declval<pair_type>().second)>;
3381 result_type operator()(Iterator &it) const { return (*it).second; }
3382};
3383
3384template <typename Access,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected