struct QPanda::TopologyMatch::node_cmp

struct node_cmp
{
    // methods

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