Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
public:
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
value
Method · 0.45
Tested by
no test coverage detected