Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ NoConstructorNew
Method
NoConstructorNew
tests/test_class.cpp:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
};
95
struct NoConstructorNew {
96
NoConstructorNew() = default;
97
NoConstructorNew(const NoConstructorNew &) = default;
98
NoConstructorNew(NoConstructorNew &&) = default;
99
static NoConstructorNew *new_instance() {
Callers
1
test_instance_new
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected