boost::multi::array<T, D, Alloc>
, class Alloc = typename DT::allocator_type>
Synopsis
Declared in <boost/multi/array.hpp>
template<
class MatValues,
class T = MatValues::element,
dimensionality_type D = MatValues::rank_v,
class Alloc = std::allocator<T>>
requires multi::is_allocator_v<Alloc>
array<T, D, Alloc>(
MatValues,
Alloc) → array<T, D, Alloc>;
Created with MrDocs