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

Synopsis

Declared in <bslmf_arraytopointer.h>

template<class t_TYPE>
struct ArrayToPointer;

Type Aliases

Name

Description

Type

Alias for the pointer type corresponding to t_TYPE.

Specializations

Name

ArrayToPointer<t_TYPE&>

Created with MrDocs