.. index:: pair: struct; QPanda::QProgDAGEdge .. _doxid-struct_q_panda_1_1_q_prog_d_a_g_edge: struct QPanda::QProgDAGEdge =========================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct QProgDAGEdge { // fields uint32_t :target:`m_from`; uint32_t :target:`m_to`; uint32_t :target:`m_qubit`; // construction :target:`QProgDAGEdge`( uint32_t from, uint32_t to, uint32_t qubit ); // methods bool :target:`operator <` (const QProgDAGEdge& e) const; bool :target:`operator ==` (const QProgDAGEdge& e) const; };