Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
end
Method · 0.45
func
Function · 0.45
operator+
Function · 0.45
operator*
Function · 0.45
Foo
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected