Internal change

PiperOrigin-RevId: 384567436
This commit is contained in:
hai007
2021-07-13 15:40:22 -07:00
committed by Copybara-Service
parent ea231c7138
commit 75c07c01c4
+2 -3
View File
@@ -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;