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