MCPcopy Create free account
hub / github.com/pybind/pybind11 / str_value

Method str_value

tests/test_virtual_functions.cpp:362–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360 OverrideTest() = default;
361 OverrideTest(const OverrideTest &) = delete;
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; }

Callers 1

test_override_refFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected