FunctionNodeBody#
[req.function_node_body]
A type Body satisfies FunctionNodeBody if it meets the following requirements:
FunctionNodeBody Requirements: Pseudo-Signature, Semantics
-
Body::~Body()#
Destructor.
-
Output Body::operator()(const Input &v)#
Requirements: The
InputandOutputtypes must be the same as theInputandOutputtemplate type arguments of thefunction_nodeinstance in which theBodyobject is passed during construction.Performs operation on
vand returns a value of typeOutput.