JoinNodeFunctionObject¶
[req.join_node_function_object]
A type Func satisfies the JoinNodeFunctionObject if it meets the following requirements:
JoinNodeFunctionObject Requirements: Pseudo-Signature, Semantics
-
Func::~Func()¶ Destructor.
-
Key
Func::operator()(const Input &v)¶ Requirements: The
KeyandInputtypes must be the same as theKand the corresponding element of theOutputTupletemplate arguments of thejoin_nodeinstance to whichFuncobject is passed during construction.Returns key to be used for hashing input messages.