struct EE::System::PatternMatcher::Range¶
#include <patternmatcher.hpp> struct Range { // fields int start { -1 }; int end { -1 }; // methods int length() const; bool isValid(); };
#include <patternmatcher.hpp> struct Range { // fields int start { -1 }; int end { -1 }; // methods int length() const; bool isValid(); };