File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10651
10651
template<class R, class... ArgTypes>
10652
10652
bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
10653
10653
10654
- // \ref{func.wrap.move}, move only wrapper
10654
+ // \ref{func.wrap.move}, move- only wrapper
10655
10655
template<class... S> class move_only_function; // \notdef
10656
10656
template<class R, class... ArgTypes>
10657
10657
class move_only_function<R(ArgTypes...) @\cv{}\itcorr[-1]@ @\placeholdernc{ref}@ noexcept(@\placeholdernc{noex}@)>; // \seebelow
13249
13249
As if by: \tcode{f1.swap(f2);}
13250
13250
\end{itemdescr}%
13251
13251
13252
- \rSec3[func.wrap.move]{Move only wrapper}
13252
+ \rSec3[func.wrap.move]{Move- only wrapper}
13253
13253
13254
13254
\rSec4[func.wrap.move.general]{General}
13255
13255
You can’t perform that action at this time.
0 commit comments