Constructors

Synopses

Declared in <bdlf_bind.h>

Create a Bind_BoundTupleValue object holding a copy of the specified value, using basicAllocator to supply any memory.

Create a Bind_BoundTupleValue object holding the moved value of the specified original value, using basicAllocator to supply any memory.

Create a Bind_BoundTupleValue object holding a copy of the specified value, using basicAllocator to supply any memory.

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

Create a Bind_BoundTupleValue object holding a copy of the specified original value, using basicAllocator to supply any memory.

Created with MrDocs