From efc42199939fa567ece1a95dab01a13b6fb0da59 Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Fri, 13 Jan 2012 15:44:48 +0000 Subject: [PATCH] added dimensionality constant to multi_array and multi_array_ref synopses. [SVN r76451] --- doc/xml/multi_array.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/xml/multi_array.xml b/doc/xml/multi_array.xml index ffe607d..db42882 100644 --- a/doc/xml/multi_array.xml +++ b/doc/xml/multi_array.xml @@ -51,7 +51,7 @@ public: typedef multi_array_types::extent_gen extent_gen; typedef multi_array_types::extent_range extent_range; typedef *unspecified* storage_order_type; - + // template typedefs template struct subarray; @@ -60,6 +60,9 @@ public: template struct const_array_view; + static const std::size_t dimensionality = NumDims; + + // constructors and destructors multi_array();