We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd8ca5 commit 118f374Copy full SHA for 118f374
source/utilities.tex
@@ -15090,14 +15090,6 @@
15090
function(R(*)(ArgTypes...)) -> function<R(ArgTypes...)>;
15091
15092
template<class F> function(F) -> function<@\seebelow@>;
15093
-
15094
- // \ref{func.wrap.func.nullptr}, null pointer comparison operator functions
15095
- template<class R, class... ArgTypes>
15096
- bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept;
15097
15098
- // \ref{func.wrap.func.alg}, specialized algorithms
15099
15100
- void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept;
15101
}
15102
\end{codeblock}
15103
0 commit comments