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(
    bslmf::MovableRef<A1> a1,
    bslma::Allocator* allocator = 0);

Created with MrDocs