We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d64bd commit ddf6608Copy full SHA for ddf6608
yt/yt/client/chunk_client/chunk_replica.h
@@ -27,6 +27,8 @@ class TChunkReplicaWithMedium
27
// NB: Will be assigned to generic medium.
28
explicit TChunkReplicaWithMedium(TChunkReplica replica);
29
30
+ std::strong_ordering operator<=>(const TChunkReplicaWithMedium& other) const = default;
31
+
32
NNodeTrackerClient::TNodeId GetNodeId() const;
33
int GetReplicaIndex() const;
34
int GetMediumIndex() const;
0 commit comments