class ngraph::pattern::MatcherState

#include <matcher.hpp>

class MatcherState
{
public:
    // construction

    MatcherState(Matcher*);

    // methods

    bool finish(bool is_successful);
};