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