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.

Synopsis

Declared in <bdlf_bind.h>

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

Member Functions

Name

Description

Bind_ArgTupleValue [constructor]

Constructors

value

value overloads

Created with MrDocs