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 96f695a commit ebba9f3Copy full SHA for ebba9f3
source/utilities.tex
@@ -12808,8 +12808,6 @@
12808
\indexlibrarymember{result_type}{function}%
12809
\begin{codeblock}
12810
namespace std {
12811
- template<class> class function; // \notdef
12812
-
12813
template<class R, class... ArgTypes>
12814
class function<R(ArgTypes...)> {
12815
public:
@@ -13281,8 +13279,6 @@
13281
13279
\indexlibraryglobal{move_only_function}%
13282
13280
13283
13284
- template<class... S> class move_only_function; // \notdef
13285
13286
13287
class move_only_function<R(ArgTypes...) @\cv{}@ @\placeholder{ref}@ noexcept(@\placeholder{noex}@)> {
13288
0 commit comments