Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ A_value
Method
A_value
tests/test_virtual_functions.cpp:364–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
362
virtual std::string str_value() { return v; }
363
virtual std::string &str_ref() { return v; }
364
virtual A A_value() { return a; }
365
virtual A &A_ref() { return a; }
366
virtual ~OverrideTest() = default;
367
};
Callers
1
test_override_ref
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected