MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / count

Method count

source/core/StarMultiArray.hpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399template <typename Element, size_t Rank>
400size_t MultiArray<Element, Rank>::count() const {
401 return m_data.size();
402}
403
404template <typename Element, size_t Rank>
405Element const& MultiArray<Element, Rank>::atIndex(size_t index) const {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected