Meta‐function mapping an array type to a const pointer type.

Synopsis

Declared in <bslmf_arraytopointer.h>

template<class t_TYPE>
struct ArrayToConstPointer;

Type Aliases

Name

Description

Type

Const pointer type corresponding to t_TYPE.

Specializations