Move‐construct a bound‐tuple value from the specified original.

Synopsis

Declared in <bdlf_bind.h>

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

Parameters

Name

Description

orig

source bound‐tuple to copy or move from

allocator

memory allocator; null uses the default

Created with MrDocs