.. index:: pair: struct; QPanda::MappingSwapSequence .. _doxid-struct_q_panda_1_1_mapping_swap_sequence: struct QPanda::MappingSwapSequence ================================== .. toctree:: :hidden: Holds the sequence of ``Mapping`` s and ``Swaps`` to be executed. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct MappingSwapSequence { // fields std::vector<:ref:`Mapping`> :target:`mappings`; std::vector<:ref:`SwapSeq`> :target:`swapSeqs`; uint32_t :target:`cost`; double :target:`reliability`; };