MCPcopy Create free account
hub / github.com/pybind/pybind11 / E_nc

Method E_nc

tests/test_stl_binders.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34class E_nc {
35public:
36 explicit E_nc(int i) : value{i} {}
37 E_nc(const E_nc &) = delete;
38 E_nc &operator=(const E_nc &) = delete;
39 E_nc(E_nc &&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected