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

Method size

tests/ClassOperatorHandler9Test.cpp:24–24  ·  view source on GitHub ↗

size of underlying container

Source from the content-addressed store, hash-verified

22
23 // size of underlying container
24 std::size_t size() const { return v.size(); }
25
26 // index operators
27 T operator[](const std::size_t i) const { return v[i]; }

Callers 7

endMethod · 0.45
funcFunction · 0.45
operator+Function · 0.45
operator*Function · 0.45
FooFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected