:orphan: .. index:: pair: struct; rgt_var_def .. _doxid-structrgt__var__def: struct rgt_var_def ================== .. toctree:: :hidden: Overview ~~~~~~~~ The structure represents single variable in template :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct rgt_var_def { // fields const char* :ref:`name`; const char* :ref:`fmt_str`; }; .. _details-structrgt__var__def: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ The structure represents single variable in template Fields ------ .. index:: pair: variable; name .. _doxid-structrgt__var__def_1a0f80098162efa7581962ee8032ac5aa4: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Name of a variable whose value should be output in this block .. index:: pair: variable; fmt_str .. _doxid-structrgt__var__def_1ae9ece6845da1de4c521f482802c243e2: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* fmt_str Format string for output this variable