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

Method NoDefaultCtor

tests/test_stl.cpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206 struct NoDefaultCtor {
207 explicit constexpr NoDefaultCtor(int val) : val{val} {}
208 int val;
209 };
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected