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

Method refQualified

tests/test_methods_and_attributes.cpp:291–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 int value = 0;
290
291 void refQualified(int other) & { value += other; }
292 int constRefQualified(int other) const & { return value + other; }
293};
294

Callers 1

test_ref_qualifiedFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected