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

Method set

tests/pybind11_tests.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 int value() const { return i; }
34 void set(int set) { i = set; }
35
36private:
37 int i = -1;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected