Sequencer¶
[req.sequencer]
A type S satisfies Sequencer if it meets the following requirements:
Sequencer Requirements: Pseudo-Signature, Semantics
-
S
::
~S
()¶ Destructor.
-
size_t
S
::
operator()
(const T &v)¶ Requirements: The type
T
must be the same as the template type argumentT
of thesequencer_node
instance in which theS
object is passed during construction.Returns the sequence number for the provided message
v
.
See also: