[#BloombergLP-bdlf-BindWrapper-operator_call-0b9] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper]::operator() :relfileprefix: ../../../ :mrdocs: Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 13 with the values of the specified arguments `p1` ‐ `p13` respectively. Return the result. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6, class P7, class P8, class P9, class P10, class P11, class P12, class P13> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] operator()( P1 const& p1, P2 const& p2, P3 const& p3, P4 const& p4, P5 const& p5, P6 const& p6, P7 const& p7, P8 const& p8, P9 const& p9, P10 const& p10, P11 const& p11, P12 const& p12, P13 const& p13) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#