[#BloombergLP-bdlf-Bind_BoundTuple8-2constructor-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlf.adoc[bdlf]::xref:BloombergLP/bdlf/Bind_BoundTuple8.adoc[Bind_BoundTuple8]::Bind_BoundTuple8 :relfileprefix: ../../../ :mrdocs: Create a bound‐tuple value holding the specified arguments. == Synopsis Declared in `<bdlf_bind.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Bind_BoundTuple8( A1 const& a1, A2 const& a2, A3 const& a3, A4 const& a4, A5 const& a5, A6 const& a6, A7 const& a7, A8 const& a8, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* allocator = 0); ---- == Parameters [cols="1,4"] |=== | Name| Description | *a1* | bound argument 1 | *a2* | bound argument 2 | *a3* | bound argument 3 | *a4* | bound argument 4 | *a5* | bound argument 5 | *a6* | bound argument 6 | *a7* | bound argument 7 | *a8* | bound argument 8 | *allocator* | memory allocator; null uses the default |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#