MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / bar

Function bar

tests/ClassOperatorHandler7Test.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool bar() {
40 std::vector<int> vec;
41// vec._M_impl; // both 'vec' & access to member field '_M_impl' are identified as expected
42 return vec.empty(); // both 'vec' & 'empty' are identified as expected
43}
44
45
46int main()

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected