Constructors

Synopses

Declared in <bdlf_bind.h>

Create a value holding the moved contents of the specified value.

Create a value holding the moved contents of the specified original.

Create a value holding a copy of the specified value.

Bind_BoundTupleValue(
    TYPE const& value,
    bslma::Allocator* basicAllocator);

Create a value holding a copy of the specified original.

Parameters

Name

Description

value

value to move from

basicAllocator

memory allocator; null uses the default

original

value to move from

Created with MrDocs