Files
2025-10-25 03:02:53 +03:00

22 lines
676 B
Markdown

[indirect.array.fill]
# 29 Numerics library [[numerics]](./#numerics)
## 29.6 Numeric arrays [[numarray]](numarray#indirect.array.fill)
### 29.6.9 Class template indirect_array [[template.indirect.array]](template.indirect.array#indirect.array.fill)
#### 29.6.9.4 Fill function [indirect.array.fill]
[🔗](#lib:operator=,indirect_array)
`void operator=(const T&) const;
`
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/numerics.tex#L9136)
This function has reference semantics, assigning the value of its argument
to the elements of thevalarray<T> object to which theindirect_array object refers[.](#1.sentence-1)