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

Method value

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

Source from the content-addressed store, hash-verified

31 explicit UserType(int i) : i(i) {}
32
33 int value() const { return i; }
34 void set(int set) { i = set; }
35
36private:

Callers 15

TEST_SUBMODULEFunction · 0.45
IncTypeMethod · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
PYBIND11_MODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
test_noexcept_baseFunction · 0.45
PYBIND11_MODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45
TEST_SUBMODULEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected