struct QPanda::SU4TopologyMatch::node_cmp

define struct for priority queue

struct node_cmp
{
    // methods

    bool operator () (
        node& x,
        node& y
        ) const;
};