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

Method func_wrapper_base

include/pybind11/functional.h:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43struct func_wrapper_base {
44 func_handle hfunc;
45 explicit func_wrapper_base(func_handle &&hf) noexcept : hfunc(hf) {}
46};
47
48template <typename Return, typename... Args>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected