Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ int_value
Method
int_value
tests/test_methods_and_attributes.cpp:307–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
306
struct FieldBase {
307
int int_value() const { return int_value_; }
308
309
FieldBase &SetIntValue(int int_value) {
310
int_value_ = int_value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected