File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 8114
8114
gslice_array<T> valarray<T>::operator[](const gslice&);
8115
8115
\end {itemdecl }
8116
8116
8117
- \begin {itemdescr }
8118
8117
\pnum
8119
8118
It has reference semantics to a subset of an array specified by a
8120
8119
\tcode {gslice}
8128
8127
to a
8129
8128
generalized slice of the elements in
8130
8129
\tcode {a}.
8131
- \end {itemdescr }
8132
8130
8133
8131
\rSec 3[gslice.array.assign]{\tcode {gslice_array} assignment}
8134
8132
8243
8241
mask_array<T> valarray<T>::operator[](const valarray<bool>&).
8244
8242
\end {itemdecl }
8245
8243
8246
- \begin {itemdescr }
8247
8244
\pnum
8248
8245
It has reference semantics to a subset of an array specified by a boolean mask.
8249
8246
Thus, the expression
8258
8255
\tcode {mask}
8259
8256
is
8260
8257
\tcode {true}.)
8261
- \end {itemdescr }
8262
8258
8263
8259
\rSec 3[mask.array.assign]{\tcode {mask_array} assignment}
8264
8260
8369
8365
indirect_array<T> valarray<T>::operator[](const valarray<size_t>&).
8370
8366
\end {itemdecl }
8371
8367
8372
- \begin {itemdescr }
8373
8368
\pnum
8374
8369
It has reference semantics to a subset of an array specified by an
8375
8370
\tcode {indirect_array}.
8381
8376
\tcode {a}
8382
8377
whose indices appear in
8383
8378
\tcode {indirect}.
8384
- \end {itemdescr }
8385
8379
8386
8380
\rSec 3[indirect.array.assign]{\tcode {indirect_array} assignment}
8387
8381
You can’t perform that action at this time.
0 commit comments