The valarray returned has the same length as *this.
Parameters
- func
- Pointer to a function taking an argument of type T (or a constant reference) and returning T.
T is the template type of valarray (the elements' type).
Return value
A valarray object with the results of applying func to all the elements of *this.Example
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
Output:
11 21 31 41 51 |
See also
| valarray::operator= | Assign content (public member function) |
| valarray operators | Valarray operators (functions) |
