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

Method make_function_record

include/pybind11/pybind11.h:475–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473
474 /// Space optimization: don't inline this frequently instantiated fragment
475 PYBIND11_NOINLINE unique_function_record make_function_record() {
476 return unique_function_record(new detail::function_record());
477 }
478
479 /// Special internal constructor for functors, lambda functions, etc.
480 template <typename Func, typename Return, typename... Args, typename... Extra>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected