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

Method El

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

Source from the content-addressed store, hash-verified

20class El {
21public:
22 El() = delete;
23 explicit El(int v) : a(v) {}
24
25 int a;

Callers 1

test_vector_customFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected