File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10636,16 +10636,18 @@
10636
10636
constexpr @\unspec@ mem_fn(R T::*) noexcept; // freestanding
10637
10637
10638
10638
// \ref{func.wrap}, polymorphic function wrappers
10639
+ // \ref{func.wrap.badcall}, class \tcode{bad_function_call}
10639
10640
class bad_function_call;
10640
10641
10642
+ // \ref{func.wrap.func}, class template \tcode{function}
10641
10643
template<class> class function; // \notdef
10642
10644
template<class R, class... ArgTypes> class function<R(ArgTypes...)>;
10643
10645
10644
- // \ref{func.wrap.func.alg}, specialized algorithms
10646
+ // \ref{func.wrap.func.alg}, \tcode{function} specialized algorithms
10645
10647
template<class R, class... ArgTypes>
10646
10648
void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept;
10647
10649
10648
- // \ref{func.wrap.func.nullptr}, null pointer comparison operator functions
10650
+ // \ref{func.wrap.func.nullptr}, \tcode{function} null pointer comparison operator functions
10649
10651
template<class R, class... ArgTypes>
10650
10652
bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
10651
10653
You can’t perform that action at this time.
0 commit comments