BloombergLP::bdlf::Bind_ArgTuple1

This struct stores a list of one argument.

Synopsis

Declared in <bdlf_bind.h>

template<class A1>
struct Bind_ArgTuple1
    : bslmf::TypeList1<A1>

Base Classes

NameDescription
bslmf::TypeList1<A1>Typelist of one type parameter.

Type Aliases

NameDescription
FA1 Forwarding type for bound argument 1.

Member Functions

NameDescription
Bind_ArgTuple1 [constructor]Create a copy of the specified bound-tuple value.
Bind_ArgTuple1 [constructor]Create an argument tuple holding the specified a1.

Data Members

NameDescription
d_a1 Bound argument 1.