Invoke the bound object using the invocation template provided at construction of this bdlf::Bind object, substituting place-holders for arguments 1, 2, and 3 with the values of the specified arguments p1, p2 and p3 respectively. Return the result.
Declared in <bdlf_bind.h>
template<
class P1,
class P2,
class P3>
ResultType
operator()(
P1 const& p1,
P2 const& p2,
P3 const& p3) const;