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

Method operator()

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

Source from the content-addressed store, hash-verified

3366 decltype(((*std::declval<Iterator &>()).first)),
3367 decltype(std::declval<pair_type>().first)>;
3368 result_type operator()(Iterator &it) const { return (*it).first; }
3369};
3370
3371template <typename Iterator, typename SFINAE = decltype((*std::declval<Iterator &>()).second)>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected