Create a bound‐tuple value holding the specified a1, using the optionally specified allocator to supply memory.

Synopsis

Declared in <bdlf_bind.h>

explicit
Bind_BoundTuple1(
    A1 const& a1,
    bslma::Allocator* allocator = 0);

Created with MrDocs