Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ NoAssign
Method
NoAssign
tests/test_stl.cpp:305–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
int value;
304
305
explicit NoAssign(int value = 0) : value(value) {}
306
NoAssign(const NoAssign &) = default;
307
NoAssign(NoAssign &&) = default;
308
Callers
4
test_optional
Function · 0.80
test_exp_optional
Function · 0.80
test_boost_optional
Function · 0.80
test_reference_sensitive_optional
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected