|
17947 | 17947 | An object of type \tcode{rebind_t<typename T::value_type, basic_vec>} |
17948 | 17948 | where the $i^\text{th}$ element is initialized to the result of |
17949 | 17949 | \tcode{\placeholder{cmplx-func}(operator[]($i$))} for all $i$ in the range |
17950 | | -\range{0}{size()}, where \placeholder{cmplx-func} is the corresponding function |
| 17950 | +\range{0}{size()}, where \tcode{\placeholder{cmplx-func}} is the corresponding function |
17951 | 17951 | from \libheader{complex}. |
17952 | 17952 | \end{itemdescr} |
17953 | 17953 |
|
|
19979 | 19979 | \returns |
19980 | 19980 | A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is |
19981 | 19981 | initialized to the result of \tcode{\placeholder{cmplx-func}(v[$i$])} for all |
19982 | | -$i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} is the |
| 19982 | +$i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}} is the |
19983 | 19983 | corresponding function from \libheader{complex}. If in an invocation of |
19984 | | -\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would |
| 19984 | +\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would |
19985 | 19985 | occur, the value of \tcode{ret[$i$]} is unspecified. |
19986 | 19986 |
|
19987 | 19987 | \pnum |
|
20003 | 20003 | \returns |
20004 | 20004 | A \tcode{basic_vec} object \tcode{ret} where the $i^\text{th}$ element is |
20005 | 20005 | initialized to the result of \tcode{\placeholder{cmplx-func}(x[$i$], y[$i$])} |
20006 | | -for all $i$ in the range \range{0}{V::size()}, where \placeholder{cmplx-func} |
| 20006 | +for all $i$ in the range \range{0}{V::size()}, where \tcode{\placeholder{cmplx-func}} |
20007 | 20007 | is the corresponding function from \libheader{complex}. If in an invocation of |
20008 | | -\placeholder{cmplx-func} for index $i$ a domain, pole, or range error would |
| 20008 | +\tcode{\placeholder{cmplx-func}} for index $i$ a domain, pole, or range error would |
20009 | 20009 | occur, the value of \tcode{ret[$i$]} is unspecified. |
20010 | 20010 |
|
20011 | 20011 | \pnum |
|
0 commit comments