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

Method A

tests/test_with_catch/external_module.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 class A {
30 public:
31 explicit A(int value) : v{value} {};
32 int v;
33 };
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected