Create a bound‐tuple value by moving from the specified orig, using the optionally specified allocator to supply memory.

Synopsis

Declared in <bdlf_bind.h>

Bind_BoundTuple3(
    bslmf::MovableRef<Bind_BoundTuple3<A1, A2, A3>> orig,
    bslma::Allocator* allocator = 0);

Created with MrDocs