mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-12 05:41:37 +00:00
added dimensionality constant to multi_array and multi_array_ref synopses.
[SVN r76451]
This commit is contained in:
parent
daaa3f21f7
commit
efc4219993
@ -60,6 +60,9 @@ public:
|
||||
template <std::size_t Dims> struct const_array_view;
|
||||
|
||||
|
||||
static const std::size_t dimensionality = NumDims;
|
||||
|
||||
|
||||
// constructors and destructors
|
||||
|
||||
multi_array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user