|
6479 | 6479 | \indexlibraryctor{piecewise_constant_distribution}%
|
6480 | 6480 | \begin{itemdecl}
|
6481 | 6481 | template<class InputIteratorB, class InputIteratorW>
|
6482 |
| - piecewise_constant_distribution(InputIteratorB firstB, InputIteratorB lastB, |
6483 |
| - InputIteratorW firstW); |
| 6482 | + piecewise_constant_distribution(InputIteratorB firstB, InputIteratorB lastB, |
| 6483 | + InputIteratorW firstW); |
6484 | 6484 | \end{itemdecl}
|
6485 | 6485 |
|
6486 | 6486 | \begin{itemdescr}
|
|
6521 | 6521 | \indexlibraryctor{piecewise_constant_distribution}%
|
6522 | 6522 | \begin{itemdecl}
|
6523 | 6523 | template<class UnaryOperation>
|
6524 |
| - piecewise_constant_distribution(initializer_list<RealType> bl, UnaryOperation fw); |
| 6524 | + piecewise_constant_distribution(initializer_list<RealType> bl, UnaryOperation fw); |
6525 | 6525 | \end{itemdecl}
|
6526 | 6526 |
|
6527 | 6527 | \begin{itemdescr}
|
|
6555 | 6555 | \indexlibraryctor{piecewise_constant_distribution}%
|
6556 | 6556 | \begin{itemdecl}
|
6557 | 6557 | template<class UnaryOperation>
|
6558 |
| - piecewise_constant_distribution(size_t nw, RealType xmin, RealType xmax, UnaryOperation fw); |
| 6558 | + piecewise_constant_distribution(size_t nw, RealType xmin, RealType xmax, UnaryOperation fw); |
6559 | 6559 | \end{itemdecl}
|
6560 | 6560 |
|
6561 | 6561 | \begin{itemdescr}
|
|
6714 | 6714 | \indexlibraryctor{piecewise_linear_distribution}
|
6715 | 6715 | \begin{itemdecl}
|
6716 | 6716 | template<class InputIteratorB, class InputIteratorW>
|
6717 |
| - piecewise_linear_distribution(InputIteratorB firstB, InputIteratorB lastB, |
6718 |
| - InputIteratorW firstW); |
| 6717 | + piecewise_linear_distribution(InputIteratorB firstB, InputIteratorB lastB, |
| 6718 | + InputIteratorW firstW); |
6719 | 6719 | \end{itemdecl}
|
6720 | 6720 |
|
6721 | 6721 | \begin{itemdescr}
|
|
6756 | 6756 | \indexlibraryctor{piecewise_linear_distribution}%
|
6757 | 6757 | \begin{itemdecl}
|
6758 | 6758 | template<class UnaryOperation>
|
6759 |
| - piecewise_linear_distribution(initializer_list<RealType> bl, UnaryOperation fw); |
| 6759 | + piecewise_linear_distribution(initializer_list<RealType> bl, UnaryOperation fw); |
6760 | 6760 | \end{itemdecl}
|
6761 | 6761 |
|
6762 | 6762 | \begin{itemdescr}
|
|
6790 | 6790 | \indexlibraryctor{piecewise_linear_distribution}%
|
6791 | 6791 | \begin{itemdecl}
|
6792 | 6792 | template<class UnaryOperation>
|
6793 |
| - piecewise_linear_distribution(size_t nw, RealType xmin, RealType xmax, UnaryOperation fw); |
| 6793 | + piecewise_linear_distribution(size_t nw, RealType xmin, RealType xmax, UnaryOperation fw); |
6794 | 6794 | \end{itemdecl}
|
6795 | 6795 |
|
6796 | 6796 | \begin{itemdescr}
|
|
18089 | 18089 | \begin{itemdecl}
|
18090 | 18090 | template<class T, class Abi>
|
18091 | 18091 | constexpr pair<basic_simd<T, Abi>, basic_simd<T, Abi>>
|
18092 |
| - minmax(const basic_simd<T, Abi>& a, const basic_simd<T, Abi>& b) noexcept; |
| 18092 | + minmax(const basic_simd<T, Abi>& a, const basic_simd<T, Abi>& b) noexcept; |
18093 | 18093 | \end{itemdecl}
|
18094 | 18094 |
|
18095 | 18095 | \begin{itemdescr}
|
|
0 commit comments