This partial specialization of ArrayToPointer for lvalue references converts the referenced array type to a pointer type.
Declared in <bslmf_arraytopointer.h>
template<class t_TYPE>
struct ArrayToPointer<t_TYPE&>;
| Name | Description |
|---|---|
Type | This typedef is an alias for the pointer type corresponding to the referenced type. |