MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / multi_array

Method multi_array

include/win/boost/multi_array.hpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 };
139
140 explicit multi_array() :
141 super_type((T*)initial_base_,c_storage_order(),
142 /*index_bases=*/0, /*extents=*/0) {
143 allocate_space();
144 }
145
146 template <class ExtentList>
147 explicit multi_array(

Callers

nothing calls this directly

Calls 8

c_storage_orderClass · 0.85
copy_nFunction · 0.50
copyFunction · 0.50
num_elementsMethod · 0.45
index_basesMethod · 0.45
shapeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected