Create a bound‐tuple value holding the specified arguments.

Synopsis

Declared in <bdlf_bind.h>

explicit
Bind_BoundTuple1(
    bslmf::MovableRef<A1> a1,
    bslma::Allocator* allocator = 0);

Parameters

Name

Description

a1

bound argument 1

allocator

memory allocator; null uses the default

Created with MrDocs