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

Method cpp_function

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

Source from the content-addressed store, hash-verified

304class cpp_function : public function {
305public:
306 cpp_function() = default;
307 // NOLINTNEXTLINE(google-explicit-constructor)
308 cpp_function(std::nullptr_t) {}
309 cpp_function(std::nullptr_t, const is_setter &) {}

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected