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

Method CoreField

tests/test_class_sh_property_non_owning.cpp:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8struct CoreField {
9 explicit CoreField(int int_value = -99) : int_value{int_value} {}
10 int int_value;
11};
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected