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

Method IncType

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

Source from the content-addressed store, hash-verified

42public:
43 using UserType::UserType;
44 IncType() = default;
45 IncType(const IncType &other) : IncType(other.value() + 1) {}
46 IncType(IncType &&) = delete;
47 IncType &operator=(const IncType &) = delete;

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected