:orphan: .. index:: pair: struct; te_rgt_mi_kv .. _doxid-structte__rgt__mi__kv: struct te_rgt_mi_kv =================== .. toctree:: :hidden: Overview ~~~~~~~~ Key-value pair :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_rgt_mi_kv { // fields const char* :ref:`key`; const char* :ref:`value`; }; .. _details-structte__rgt__mi__kv: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Key-value pair Fields ------ .. index:: pair: variable; key .. _doxid-structte__rgt__mi__kv_1a7254bc2bcca0827ea7b9b0dc109675d6: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* key Key .. index:: pair: variable; value .. _doxid-structte__rgt__mi__kv_1a315e40239c633f8af42d4edf96c95959: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* value Value