Micro template library A library for building device drivers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

47 lines
2.5 KiB

  1. \hypertarget{structutl_1_1meta_1_1quote}{}\section{utl\+:\+:meta\+:\+:quote$<$ F $>$ Struct Template Reference}
  2. \label{structutl_1_1meta_1_1quote}\index{utl\+::meta\+::quote$<$ F $>$@{utl\+::meta\+::quote$<$ F $>$}}
  3. {\ttfamily \#include $<$invoke.\+h$>$}
  4. \subsection*{Public Types}
  5. \begin{DoxyCompactItemize}
  6. \item
  7. {\footnotesize template$<$typename... Args$>$ }\\using \mbox{\hyperlink{structutl_1_1meta_1_1quote_a7741173cf865291c89d374c2fac0d17e}{apply}} = \mbox{\hyperlink{namespaceutl_1_1meta_aa5a37adba244ff4286f994111c4c02ea}{eval}}$<$ \mbox{\hyperlink{namespaceutl_1_1meta_a48f9a1220931596a9652351d2e7242be}{defer}}$<$ F, Args... $>$ $>$
  8. \end{DoxyCompactItemize}
  9. \subsection{Detailed Description}
  10. \subsubsection*{template$<$template$<$ typename... $>$ class F$>$\newline
  11. struct utl\+::meta\+::quote$<$ F $>$}
  12. quote
  13. quote deferred is a higher-\/order primitive that wraps an n-\/ary Metafunction to create a corresponding Metafunction Class (Invocable) using defer$<$$>$ to postpone the evaluation of Metafunction. This is a safe version of {\ttfamily wrap$<$$>$}. Again this way we can pass Metafunctions as types to other metafunctions and let them {\ttfamily invoke} the inner templated apply
  14. Definition at line 234 of file invoke.\+h.
  15. \subsection{Member Typedef Documentation}
  16. \mbox{\Hypertarget{structutl_1_1meta_1_1quote_a7741173cf865291c89d374c2fac0d17e}\label{structutl_1_1meta_1_1quote_a7741173cf865291c89d374c2fac0d17e}}
  17. \index{utl\+::meta\+::quote@{utl\+::meta\+::quote}!apply@{apply}}
  18. \index{apply@{apply}!utl\+::meta\+::quote@{utl\+::meta\+::quote}}
  19. \subsubsection{\texorpdfstring{apply}{apply}}
  20. {\footnotesize\ttfamily template$<$template$<$ typename... $>$ class F$>$ \\
  21. template$<$typename... Args$>$ \\
  22. using \mbox{\hyperlink{structutl_1_1meta_1_1quote}{utl\+::meta\+::quote}}$<$ F $>$\+::\mbox{\hyperlink{structutl_1_1meta_1_1quote_a7741173cf865291c89d374c2fac0d17e}{apply}} = \mbox{\hyperlink{namespaceutl_1_1meta_aa5a37adba244ff4286f994111c4c02ea}{eval}}$<$ \mbox{\hyperlink{namespaceutl_1_1meta_a48f9a1220931596a9652351d2e7242be}{defer}}$<$F, Args...$>$ $>$}
  23. \begin{Desc}
  24. \item[Examples\+: ]\par
  25. \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}
  26. Definition at line 238 of file invoke.\+h.
  27. The documentation for this struct was generated from the following file\+:\begin{DoxyCompactItemize}
  28. \item
  29. include/utl/meta/\mbox{\hyperlink{meta_2invoke_8h}{invoke.\+h}}\end{DoxyCompactItemize}