:orphan: .. index:: pair: struct; te_optional_uint_t .. _doxid-structte__optional__uint__t: struct te_optional_uint_t ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Unsigned integer which can be left undefined :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_optional_uint_t { // fields unsigned int :ref:`value`; bool :ref:`defined`; }; .. _details-structte__optional__uint__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Unsigned integer which can be left undefined Fields ------ .. index:: pair: variable; value .. _doxid-structte__optional__uint__t_1ad8fc88b5dd1dfe2d2f8a26d07dc7696c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int value Value .. index:: pair: variable; defined .. _doxid-structte__optional__uint__t_1a40f5895d9838ad5aa54b15c8b808395b: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool defined If ``true``, value is defined