Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ size
Method
size
include/boost/histogram/storage/array_storage.hpp:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
std::size_t size() const noexcept { return array_.size(); }
72
73
void increase(std::size_t i) noexcept {
74
BOOST_ASSERT(i < size());
Callers
4
array_storage
Method · 0.45
array_storage
Class · 0.45
operator==
Method · 0.45
operator==
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected