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