Create a value holding a copy of the specified value.

Synopsis

Declared in <bdlf_bind.h>

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

Description

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

Parameters

Name

Description

value

value to store

basicAllocator

memory allocator; null uses the default

Created with MrDocs