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

Method load_impl

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

Source from the content-addressed store, hash-verified

804 }
805
806 static constexpr bool load_impl(const sequence &, bool, index_sequence<>) { return true; }
807
808 template <size_t... Is>
809 bool load_impl(const sequence &seq, bool convert, index_sequence<Is...>) {

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected