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

Synopsis

Declared in <bdlf_bind.h>

Bind_BoundTupleValue(
    bslmf::MovableRef<Bind_BoundTupleValue<TYPE>> original,
    bslma::Allocator* basicAllocator);

Description

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

Parameters

Name

Description

original

value to move from

basicAllocator

memory allocator; null uses the default

Created with MrDocs