feat: Add crash recovery on Windows (#5012)
This commit is contained in:
@@ -97,6 +97,11 @@ public:
|
||||
return !this->hasAny(flags);
|
||||
}
|
||||
|
||||
T value() const
|
||||
{
|
||||
return this->value_;
|
||||
}
|
||||
|
||||
private:
|
||||
T value_{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user