This specialization stores a reference argument by address.
Synopsis
Declared in <bdlf_bind.h>
template<class TYPE>
class Bind_ArgTupleValue<TYPE&>;
Description
This local class provides storage for a value of the specified TYPE suitable for storing an argument value in one of the Bind_ArgTuple* local classes. This full specialization for reference types simply stores the address of the argument value.
Member Functions
Name |
Description |
|
Constructors |
|
Created with MrDocs