Project import generated by Copybara.
GitOrigin-RevId: 5aca6b3f07b67e09988a901f50f595ca5f566e67
This commit is contained in:
@@ -85,7 +85,7 @@ class Packet {
|
||||
// given timestamp. Does not modify *this.
|
||||
Packet At(class Timestamp timestamp) const&;
|
||||
|
||||
// The rvalue reference overload of Packet's memeber function
|
||||
// The rvalue reference overload of Packet's member function
|
||||
// Packet::At(class Timestamp). Moves *this to a new Packet and returns
|
||||
// the new Packet with the given timestamp.
|
||||
Packet At(class Timestamp timestamp) &&;
|
||||
|
||||
Reference in New Issue
Block a user