MCPcopy Create free account
hub / github.com/aguinet/dragonffi / cpp_function

Method cpp_function

third-party/pybind11/pybind11.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82class cpp_function : public function {
83public:
84 cpp_function() = default;
85 // NOLINTNEXTLINE(google-explicit-constructor)
86 cpp_function(std::nullptr_t) {}
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected