BloombergLP::bdlf::BindWrapper::operator()

Invoke the bound object using the invocation template provided at construction of this bdlf::Bind object, substituting place-holders for arguments 1 - 5 with the values of the specified arguments p1 - p5 respectively. Return the result.

Synopsis

Declared in <bdlf_bind.h>

template<
    class P1,
    class P2,
    class P3,
    class P4,
    class P5>
ResultType
operator()(
    P1& p1,
    P2& p2,
    P3& p3,
    P4& p4,
    P5& p5) const;