Create a copy of the specified bound‐tuple value.

Synopsis

Declared in <bdlf_bind.h>

Bind_BoundTuple4(
    Bind_BoundTuple4<A1, A2, A3, A4> const& 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