|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- \hypertarget{structutl_1_1meta_1_1wrap}{}\section{utl\+:\+:meta\+:\+:wrap$<$ F $>$ Struct Template Reference}
- \label{structutl_1_1meta_1_1wrap}\index{utl\+::meta\+::wrap$<$ F $>$@{utl\+::meta\+::wrap$<$ F $>$}}
-
-
- {\ttfamily \#include $<$invoke.\+h$>$}
-
- \subsection*{Public Types}
- \begin{DoxyCompactItemize}
- \item
- {\footnotesize template$<$typename... Args$>$ }\\using \mbox{\hyperlink{structutl_1_1meta_1_1wrap_a71fe22d6a841f27b891ca3344ee97b07}{apply}} = F$<$ Args... $>$
- \end{DoxyCompactItemize}
-
-
- \subsection{Detailed Description}
- \subsubsection*{template$<$template$<$ typename... $>$ class F$>$\newline
- struct utl\+::meta\+::wrap$<$ F $>$}
-
- wrap
-
- wrap is a higher-\/order primitive that wraps an n-\/ary Metafunction to create a corresponding Metafunction Class (Invocable). This way we can pass Metafunctions as types to other metafunctions and let them {\ttfamily invoke} the inner templated apply
-
- Definition at line 100 of file invoke.\+h.
-
-
-
- \subsection{Member Typedef Documentation}
- \mbox{\Hypertarget{structutl_1_1meta_1_1wrap_a71fe22d6a841f27b891ca3344ee97b07}\label{structutl_1_1meta_1_1wrap_a71fe22d6a841f27b891ca3344ee97b07}}
- \index{utl\+::meta\+::wrap@{utl\+::meta\+::wrap}!apply@{apply}}
- \index{apply@{apply}!utl\+::meta\+::wrap@{utl\+::meta\+::wrap}}
- \subsubsection{\texorpdfstring{apply}{apply}}
- {\footnotesize\ttfamily template$<$template$<$ typename... $>$ class F$>$ \\
- template$<$typename... Args$>$ \\
- using \mbox{\hyperlink{structutl_1_1meta_1_1wrap}{utl\+::meta\+::wrap}}$<$ F $>$\+::\mbox{\hyperlink{structutl_1_1meta_1_1wrap_a71fe22d6a841f27b891ca3344ee97b07}{apply}} = F$<$Args...$>$}
-
- \begin{Desc}
- \item[Examples\+: ]\par
- \mbox{\hyperlink{_w_1_2_work_2_software_2_libraries_2utl_2include_2utl_2meta_2invoke_8h-example}{W\+:/\+Work/\+Software/\+Libraries/utl/include/utl/meta/invoke.\+h}}.\end{Desc}
-
-
- Definition at line 102 of file invoke.\+h.
-
-
-
- The documentation for this struct was generated from the following file\+:\begin{DoxyCompactItemize}
- \item
- include/utl/meta/\mbox{\hyperlink{meta_2invoke_8h}{invoke.\+h}}\end{DoxyCompactItemize}
|