[#BloombergLP-bdlf-BindWrapper-operator_call-026] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/BindWrapper.adoc[BindWrapper]::operator() :relfileprefix: ../../../ :mrdocs: Function call operators == Synopses Declared in `<bdlf_bind.h>` Invoke the bound object using only the invocation parameters provided at construction of this `bdlf::Bind` object and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-01.adoc[operator()]() const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-01.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for argument 1 with the value of the specified argument `p1`. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class P1> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0d.adoc[operator()](P1& p1) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0d.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for argument 1 with the value of the specified argument `p1`. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class P1> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-044.adoc[operator()](P1 const& p1) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-044.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0c.adoc[operator()]( P1& p1, P2& p2) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0c.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-088.adoc[operator()]( P1 const& p1, P2 const& p2) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-088.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-08d.adoc[operator()]( P1& p1, P2& p2, P3& p3) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-08d.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0a6.adoc[operator()]( P1 const& p1, P2 const& p2, P3 const& p3) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0a6.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 4 with the values of the specified arguments `p1` ‐ `p4` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0292.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0292.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 4 with the values of the specified arguments `p1` ‐ `p4` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-06.adoc[operator()]( P1 const& p1, P2 const& p2, P3 const& p3, P4 const& p4) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-06.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0a9d.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0a9d.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-079.adoc[operator()]( P1 const& p1, P2 const& p2, P3 const& p3, P4 const& p4, P5 const& p5) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-079.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 6 with the values of the specified arguments `p1` ‐ `p7` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-009.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-009.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 6 with the values of the specified arguments `p1` ‐ `p7` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-04d.adoc[operator()]( P1 const& p1, P2 const& p2, P3 const& p3, P4 const& p4, P5 const& p5, P6 const& p6) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-04d.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 7 with the values of the specified arguments `p1` ‐ `p7` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6, class P7> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0a9c.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0a9c.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 7 with the values of the specified arguments `p1` ‐ `p7` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6, class P7> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-07f.adoc[operator()]( P1 const& p1, P2 const& p2, P3 const& p3, P4 const& p4, P5 const& p5, P6 const& p6, P7 const& p7) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-07f.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 8 with the values of the specified arguments `p1` ‐ `p8` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6, class P7, class P8> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0b0.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0b0.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 8 with the values of the specified arguments `p1` ‐ `p8` respectively. Return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class P1, class P2, class P3, class P4, class P5, class P6, class P7, class P8> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-087.adoc[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) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-087.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 9 with the values of the specified arguments `p1` ‐ `p9` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-092.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8, P9& p9) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-092.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 9 with the values of the specified arguments `p1` ‐ `p9` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0e.adoc[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) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0e.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 10 with the values of the specified arguments `p1` ‐ `p10` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-00e.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8, P9& p9, P10& p10) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-00e.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 10 with the values of the specified arguments `p1` ‐ `p10` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-03.adoc[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) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-03.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 11 with the values of the specified arguments `p1` ‐ `p11` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-073.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8, P9& p9, P10& p10, P11& p11) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-073.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 11 with the values of the specified arguments `p1` ‐ `p11` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-0a8.adoc[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) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0a8.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 12 with the values of the specified arguments `p1` ‐ `p12` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-029e.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8, P9& p9, P10& p10, P11& p11, P12& p12) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-029e.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 12 with the values of the specified arguments `p1` ‐ `p12` respectively. Return the result. [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> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-07c.adoc[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) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-07c.adoc[_» more..._]# 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. [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] xref:BloombergLP/bdlf/BindWrapper/operator_call-09e.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8, P9& p9, P10& p10, P11& p11, P12& p12, P13& p13) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-09e.adoc[_» more..._]# 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. [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] xref:BloombergLP/bdlf/BindWrapper/operator_call-0b9.adoc[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]#xref:BloombergLP/bdlf/BindWrapper/operator_call-0b9.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 14 with the values of the specified arguments `p1` ‐ `p14` respectively. Return the result. [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, class P14> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-08e.adoc[operator()]( P1& p1, P2& p2, P3& p3, P4& p4, P5& p5, P6& p6, P7& p7, P8& p8, P9& p9, P10& p10, P11& p11, P12& p12, P13& p13, P14& p14) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-08e.adoc[_» more..._]# Invoke the bound object using the invocation template provided at construction of this `bdlf::Bind` object, substituting place‐holders for arguments 1 ‐ 14 with the values of the specified arguments `p1` ‐ `p14` respectively. Return the result. [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, class P14> xref:BloombergLP/bdlf/BindWrapper/ResultType.adoc[ResultType] xref:BloombergLP/bdlf/BindWrapper/operator_call-07a.adoc[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, P14 const& p14) const; ---- [.small]#xref:BloombergLP/bdlf/BindWrapper/operator_call-07a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#