struct QPanda::TopologyMatch::edge

struct edge
{
    // fields

    int v1;
    int v2;

    // methods

    bool operator < (const struct edge& right) const;
};