This specialization stores a const‐reference argument by address.
Synopsis
Declared in <bdlf_bind.h>
template<class TYPE>
class Bind_ArgTupleValue<TYPE const&>;
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 const reference types simply stores the address of the argument value.
Member Functions
Name |
Description |
|
Constructors |
Return a reference to the non‐modifiable object held by this proxy. |
Created with MrDocs