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

Method load_args

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

Source from the content-addressed store, hash-verified

2150 = ::pybind11::detail::concat(type_descr(make_caster<Args>::name)...);
2151
2152 bool load_args(function_call &call) { return load_impl_sequence(call, indices{}); }
2153
2154 template <typename Return, typename Guard, typename Func>
2155 // NOLINTNEXTLINE(readability-const-return-type)

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected