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

Method print

source/core/StarMultiArray.hpp:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393template <typename Element, size_t Rank>
394template <typename OStream>
395void MultiArray<Element, Rank>::print(OStream& os) const {
396 subPrint(os, IndexArray(), 0);
397}
398
399template <typename Element, size_t Rank>
400size_t MultiArray<Element, Rank>::count() const {

Callers 3

StarMultiArray.hppFile · 0.45
captureBacktraceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected