ContinueNodeBody¶
[req.continue_node_body]
A type Body satisfies the ContinueNodeBody if it meets the following requirements:
ContinueNodeBody Requirements: Pseudo-Signature, Semantics
-
Body
::
~Body
() Destructor.
-
Output
Body
::
operator()
(const continue_msg &v) const¶ Requirements: The type
Output
must be the same as template type argumentOutput
of thecontinue_node
instance in whichBody
object is passed during construction.Perform operation and return value of type Output.
See also: