Meta-function mapping an array type to a const pointer type.
Declared in <bslmf_arraytopointer.h>
template<class t_TYPE>
struct ArrayToConstPointer;
| Name | Description |
|---|---|
Type | Const pointer type corresponding to t_TYPE. |
| Name |
|---|
ArrayToConstPointer<t_TYPE&> |