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