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

Method A_value

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

Source from the content-addressed store, hash-verified

389 std::string &str_ref() override { return _tmp = str_ref_helper(); }
390
391 A A_value() override { PYBIND11_OVERRIDE(A, OverrideTest, A_value); }
392 A &A_ref() override { PYBIND11_OVERRIDE(A &, OverrideTest, A_ref); }
393 };
394

Callers

nothing calls this directly

Calls 1

PYBIND11_OVERRIDEFunction · 0.70

Tested by

no test coverage detected