MCPcopy 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_storageMethod · 0.45
array_storageClass · 0.45
operator==Method · 0.45
operator==Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected