.. index:: pair: struct; QPanda::CNodeCandidate .. _doxid-struct_q_panda_1_1_c_node_candidate: template struct QPanda::CNodeCandidate ====================================== .. toctree:: :hidden: Composition of each candidate in phase 1. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include template struct CNodeCandidate { // fields :ref:`Dep` :target:`dep`; :ref:`T` :target:`cNode`; uint32_t :target:`weight`; // methods bool :target:`operator >` (const CNodeCandidate& rhs) const; };