some features
in main.cpp fastest Variant implementation
This commit is contained in:
@@ -364,6 +364,13 @@ public:
|
||||
}
|
||||
return false;
|
||||
}
|
||||
inline void reset() {
|
||||
if (rev) {
|
||||
pos = m.size_s();
|
||||
} else {
|
||||
pos = -1;
|
||||
}
|
||||
}
|
||||
private:
|
||||
const MapType & m;
|
||||
ssize_t pos;
|
||||
|
||||
Reference in New Issue
Block a user