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

Method CustomData

tests/test_exceptions.cpp:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114struct CustomData {
115 explicit CustomData(const std::string &a) : a(a) {}
116 std::string a;
117};
118

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected