Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/test_sequences_and_iterators.cpp:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
return *this;
79
}
80
int get() const { return value_; }
81
void set(int value) { value_ = value; }
82
~NonCopyableInt() = default;
83
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected