Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
304
class cpp_function : public function {
305
public:
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
move
Function · 0.85
Tested by
no test coverage detected