mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Internal change
PiperOrigin-RevId: 384567436
This commit is contained in:
+2
-3
@@ -32,9 +32,8 @@ class Strategy {
|
||||
|
||||
constexpr Strategy() : Strategy(kNone) {}
|
||||
|
||||
constexpr Strategy(const Strategy& other)
|
||||
: connection_type_(other.connection_type_),
|
||||
topology_type_(other.topology_type_) {}
|
||||
constexpr Strategy(const Strategy&) = default;
|
||||
constexpr Strategy& operator=(const Strategy&) = default;
|
||||
|
||||
// Returns true, if strategy is kNone, false otherwise.
|
||||
bool IsNone() const;
|
||||
|
||||
Reference in New Issue
Block a user