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

Function init_alias

include/pybind11/pybind11.h:2904–2906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2902/// when not inheriting on the Python side).
2903template <typename... Args>
2904detail::initimpl::alias_constructor<Args...> init_alias() {
2905 return {};
2906}
2907
2908/// Binds a factory function as a constructor
2909template <typename Func, typename Ret = detail::initimpl::factory<Func>>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected