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