Invoke the shared binder with 2 arguments.
Synopsis
Declared in <bdlf_bind.h>
template<
class P1,
class P2>
ResultType
operator()(
P1 const& p1,
P2 const& p2) const;
Description
Invoke the bound object using the invocation template provided at construction of this bdlf::Bind object, substituting place‐holders for arguments 1 and 2 with the value of the specified arguments p1, and p2 respectively. Return the result.
Return Value
result of invoking the bound object
Parameters
Name |
Description |
p1 |
invocation argument 1 |
p2 |
invocation argument 2 |
Created with MrDocs