MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / multi_array

Method multi_array

ibtk/contrib/boost/boost/multi_array.hpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 };
151
152 explicit multi_array(const Allocator& alloc = Allocator()) :
153 super_type((T*)initial_base_,c_storage_order(),
154 /*index_bases=*/0, /*extents=*/0),
155 alloc_base(boost::empty_init_t(),alloc) {
156 allocate_space();
157 }
158
159 template <class ExtentList>
160 explicit multi_array(

Callers

nothing calls this directly

Calls 9

AllocatorClass · 0.85
c_storage_orderClass · 0.85
empty_init_tClass · 0.85
copy_nFunction · 0.85
num_elementsMethod · 0.45
index_basesMethod · 0.45
shapeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected