[#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 shared binder with no additional arguments. [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 shared binder with 1 argument. [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 shared binder with 1 argument. [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 shared binder with 2 arguments. [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 shared binder with 2 arguments. [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 shared binder with 3 arguments. [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 shared binder with 3 arguments. [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 shared binder with 4 arguments. [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 shared binder with 4 arguments. [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 shared binder with 5 arguments. [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 shared binder with 5 arguments. [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 shared binder with 6 arguments. [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 shared binder with 6 arguments. [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 shared binder with 7 arguments. [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 shared binder with 7 arguments. [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 shared binder with 8 arguments. [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 shared binder with 8 arguments. [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 shared binder with 9 arguments. [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 shared binder with 9 arguments. [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 shared binder with 10 arguments. [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 shared binder with 10 arguments. [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 shared binder with 11 arguments. [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 shared binder with 11 arguments. [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 shared binder with 12 arguments. [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 shared binder with 12 arguments. [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 shared binder with 13 arguments. [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 shared binder with 13 arguments. [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 shared binder with 14 arguments. [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 shared binder with 14 arguments. [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..._]# == Return Value result of invoking the bound object == Parameters [cols="1,4"] |=== | Name| Description | *p1* | invocation argument 1 | *p2* | invocation argument 2 | *p3* | invocation argument 3 | *p4* | invocation argument 4 | *p5* | invocation argument 5 | *p6* | invocation argument 6 | *p7* | invocation argument 7 | *p8* | invocation argument 8 | *p9* | invocation argument 9 | *p10* | invocation argument 10 | *p11* | invocation argument 11 | *p12* | invocation argument 12 | *p13* | invocation argument 13 | *p14* | invocation argument 14 |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#