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

Method load_impl_sequence

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

Source from the content-addressed store, hash-verified

2167
2168private:
2169 static bool load_impl_sequence(function_call &, index_sequence<>) { return true; }
2170
2171 template <size_t... Is>
2172 bool load_impl_sequence(function_call &call, index_sequence<Is...>) {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected