Skip to content
Snippets Groups Projects
Commit f7ff4cdc authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed remove_ref slide

parent dc66d7c2
Branches
Tags
No related merge requests found
......@@ -229,8 +229,8 @@
struct remove_reference<T&&>
{using type = T;};
\end{cppcode*}
If T is a reference type, T::type is the type referred to by T.\\
Otherwise T::type is T.
If {\ttfamily T} is a reference type, {\ttfamily remove\_reference<T>::type} is the type referred to by T,
otherwise it is T.
\end{frame}
\begin{frame}[fragile]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment