Create a bound‐tuple value holding the specified arguments.

Synopsis

Declared in <bdlf_bind.h>

Bind_BoundTuple10(
    A1 const& a1,
    A2 const& a2,
    A3 const& a3,
    A4 const& a4,
    A5 const& a5,
    A6 const& a6,
    A7 const& a7,
    A8 const& a8,
    A9 const& a9,
    A10 const& a10,
    bslma::Allocator* allocator = 0);

Created with MrDocs