class QPanda::JudgeTwoNodeIterIsSwappable::CanNotBeExchange

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

    CanNotBeExchange(
        JudgeTwoNodeIterIsSwappable& parent,
        ResultStatue s
        );

    // methods

    ResultStatue get_statue() const;
};