MCPcopy 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_optionalFunction · 0.80
test_exp_optionalFunction · 0.80
test_boost_optionalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected