class QPanda::JudgeTwoNodeIterIsSwappable::CoubleBeExchange

class CoubleBeExchange: public QPanda::JudgeTwoNodeIterIsSwappable::AbstractJudgeStatueInterface
{
public:
    // construction

    CoubleBeExchange(
        JudgeTwoNodeIterIsSwappable& parent,
        ResultStatue s
        );

    // methods

    ResultStatue get_statue() const;
};