ContinueNodeBody#
[req.continue_node_body]
A type Body satisfies ContinueNodeBody if it meets the following requirements:
ContinueNodeBody Requirements: Pseudo-Signature, Semantics
- 
Body::~Body()#
 Destructor.
- 
Output Body::operator()(const continue_msg &v)#
 Requirements: The type
Outputmust be the same as the template type argumentOutputof thecontinue_nodeinstance in which theBodyobject is passed during construction.Performs operation and returns a value of type Output.
See also: