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.

Synopsis

Declared in <bdlf_bind.h>

template<class TYPE>
class Bind_ArgTupleValue<TYPE const&>;

Member Functions

Name

Description

Bind_ArgTupleValue [constructor]

Constructors

value

Return a reference to the non‐modifiable object held by this proxy.

Created with MrDocs