|
14123 | 14123 | public:
|
14124 | 14124 | using result_type = R;
|
14125 | 14125 |
|
14126 |
| - // \ref{func.wrap.move.ctor}, constructors, assignment, and destructor |
| 14126 | + // \ref{func.wrap.move.ctor}, constructors, assignments, and destructor |
14127 | 14127 | move_only_function() noexcept;
|
14128 | 14128 | move_only_function(nullptr_t) noexcept;
|
14129 | 14129 | move_only_function(move_only_function&&) noexcept;
|
|
14170 | 14170 | for which \tcode{is_nothrow_move_constructible_v<T>} is \tcode{true}.
|
14171 | 14171 | \end{note}
|
14172 | 14172 |
|
14173 |
| -\rSec4[func.wrap.move.ctor]{Constructors, assignment, and destructor} |
| 14173 | +\rSec4[func.wrap.move.ctor]{Constructors, assignments, and destructor} |
14174 | 14174 |
|
14175 | 14175 | \indextext{move_only_function::is-callable-from@\tcode{move_only_function::\exposid{is-callable-from}}}%
|
14176 | 14176 | \begin{itemdecl}
|
|
14516 | 14516 | public:
|
14517 | 14517 | using result_type = R;
|
14518 | 14518 |
|
14519 |
| - // \ref{func.wrap.copy.ctor}, constructors, assignments, and destructors |
| 14519 | + // \ref{func.wrap.copy.ctor}, constructors, assignments, and destructor |
14520 | 14520 | copyable_function() noexcept;
|
14521 | 14521 | copyable_function(nullptr_t) noexcept;
|
14522 | 14522 | copyable_function(const copyable_function&);
|
|
14565 | 14565 | for which \tcode{is_nothrow_move_constructible_v<T>} is \tcode{true}.
|
14566 | 14566 | \end{note}
|
14567 | 14567 |
|
14568 |
| -\rSec4[func.wrap.copy.ctor]{Constructors, assignments, and destructors} |
| 14568 | +\rSec4[func.wrap.copy.ctor]{Constructors, assignments, and destructor} |
14569 | 14569 |
|
14570 | 14570 | \indextext{copyable_function::is-callable-from@\tcode{copyable_function::\exposid{is-callable-from}}}%
|
14571 | 14571 | \begin{itemdecl}
|
|
0 commit comments