MCPcopy Create free account
hub / github.com/pybind/pybind11 / call_impl

Method call_impl

include/pybind11/cast.h:2194–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192
2193 template <typename Return, typename Func, size_t... Is, typename Guard>
2194 Return call_impl(Func &&f, index_sequence<Is...>, Guard &&) && {
2195 return std::forward<Func>(f)(cast_op<Args>(std::move(std::get<Is>(argcasters)))...);
2196 }
2197
2198 std::tuple<make_caster<Args>...> argcasters;
2199};

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected