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);
Create a Bind_ArgTupleValue object holding the address of the specified value.
Bind_ArgTupleValue(TYPE const& value);
Created with MrDocs