Move‐construct a bound‐tuple value from the specified original.
Synopsis
Declared in <bdlf_bind.h>
Bind_BoundTuple1(
bslmf::MovableRef<Bind_BoundTuple1<A1>> 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