mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
BEGIN_PUBLIC
Microsoft has updated the winrt library END_PUBLC PiperOrigin-RevId: 387168248
This commit is contained in:
+1
-3
@@ -43,9 +43,7 @@ class Strategy {
|
||||
// Returns a string representing given strategy, for every valid strategy.
|
||||
std::string GetName() const;
|
||||
// Undefine strategy.
|
||||
void Clear() {
|
||||
*this = kNone;
|
||||
}
|
||||
void Clear() { *this = kNone; }
|
||||
|
||||
friend bool operator==(const Strategy& lhs, const Strategy& rhs);
|
||||
friend bool operator!=(const Strategy& lhs, const Strategy& rhs);
|
||||
|
||||
Reference in New Issue
Block a user