Constructors
Synopses
Declared in <bdlf_bind.h>
Create a value holding a copy of the specified original reference.
Bind_ArgTupleValue(Bind_ArgTupleValue<TYPE&> const& original);
Create a value holding the address of the specified value.
Bind_ArgTupleValue(TYPE& value);
Parameters
Name |
Description |
original |
reference wrapper to copy |
value |
referenced object to store |
Created with MrDocs