SpECTRE
v2024.09.29
|
An identifier for an element in a sequence. More...
#include <LinkedMessageId.hpp>
Public Member Functions | |
void | pup (PUP::er &p) |
Public Attributes | |
Id | id |
std::optional< Id > | previous |
An identifier for an element in a sequence.
The struct contains an ID and the ID for the previous element of the sequence, if any. This allows the sequence to be reconstructed even when elements are received out-of-order.