tmp/tmpw2v7xa_p/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
namespace std {
|
| 5 |
template<class T> class valarray {
|
| 6 |
public:
|
|
@@ -100,8 +100,5 @@ object of type `valarray<T>` is referred to as an “array” throughout the
|
|
| 100 |
remainder of [[numarray]]. The illusion of higher dimensionality may be
|
| 101 |
produced by the familiar idiom of computed indices, together with the
|
| 102 |
powerful subsetting capabilities provided by the generalized subscript
|
| 103 |
operators.[^8]
|
| 104 |
|
| 105 |
-
An implementation is permitted to qualify any of the functions declared
|
| 106 |
-
in `<valarray>` as `inline`.
|
| 107 |
-
|
|
|
|
| 1 |
+
#### Overview <a id="template.valarray.overview">[[template.valarray.overview]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
namespace std {
|
| 5 |
template<class T> class valarray {
|
| 6 |
public:
|
|
|
|
| 100 |
remainder of [[numarray]]. The illusion of higher dimensionality may be
|
| 101 |
produced by the familiar idiom of computed indices, together with the
|
| 102 |
powerful subsetting capabilities provided by the generalized subscript
|
| 103 |
operators.[^8]
|
| 104 |
|
|
|
|
|
|
|
|
|