File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 274274
275275\begin {frame }[fragile]
276276 \frametitlecpp [11]{Perfect forwarding}
277- \begin {exampleblock }{Example - putting it all together}
277+ \begin {exampleblock }{Example - putting it all together \hfill \cppinsightLink {https://cppinsights.io/s/21f8fe90} }
278278 \begin {cppcode }
279279 template <typename... T>
280280 void wrapper(T&&... args) {
Original file line number Diff line number Diff line change 166166
167167\begin {frame }[fragile]
168168 \frametitlecpp [14]{\texttt {std::integer\_ sequence }}
169- \begin {exampleblock }{Example - make\_ from\_ tuple with helper}
169+ \begin {exampleblock }{Example - make\_ from\_ tuple with helper \hfill \cppinsightLink {https://cppinsights.io/s/f4200401} }
170170 \begin {cppcode* }{}
171171 template<typename T,
172172 typename... Args, std::size_t... Is>
You can’t perform that action at this time.
0 commit comments