:orphan: .. index:: pair: struct; test_iter_arg .. _doxid-structtest__iter__arg: struct test_iter_arg ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Test argument with specified value. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct test_iter_arg { // fields const char* :ref:`name`; const char* :ref:`value`; struct test_requirements :ref:`reqs`; bool :ref:`variable`; }; .. _details-structtest__iter__arg: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Test argument with specified value. Fields ------ .. index:: pair: variable; name .. _doxid-structtest__iter__arg_1a60f9ad8b04133428d3d8ae4bf6f7bea4: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* name Parameter name .. index:: pair: variable; value .. _doxid-structtest__iter__arg_1a9891fea406717e9dc29645e86207ace3: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* value Current parameter value .. index:: pair: variable; reqs .. _doxid-structtest__iter__arg_1a7ba5a906b1d77749095c28d1adfc17ff: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct test_requirements reqs Associated requirements .. index:: pair: variable; variable .. _doxid-structtest__iter__arg_1a2967cb5839e415b43fe73b914837e7ba: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool variable Is this argument in fact a variable