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

Function load_type

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

Source from the content-addressed store, hash-verified

1662// Wrapper around the above that also constructs and returns a type_caster
1663template <typename T>
1664make_caster<T> load_type(const handle &handle) {
1665 make_caster<T> conv;
1666 load_type(conv, handle);
1667 return conv;
1668}
1669
1670PYBIND11_NAMESPACE_END(detail)
1671

Callers 1

cast_refFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected