BloombergLP::bdlf::Bind_ArgTupleValue<TYPE const&>::Bind_ArgTupleValue

Constructors

Synopses

Declared in <bdlf_bind.h>

Create a Bind_ArgTupleValue object holding a copy of the specified original reference.

Bind_ArgTupleValue(Bind_ArgTupleValue<TYPE const&> const& original);
» more...

Create a Bind_ArgTupleValue object holding the address of the specified value.

Bind_ArgTupleValue(TYPE const& value);
» more...