JoinNodeFunctionObject¶
[req.join_node_function_object]
A type Func satisfies 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 which theFuncobject is passed during construction.Returns key to be used for hashing input messages.