BloombergLP::bslmf::ArrayToPointer

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

Synopsis

Declared in <bslmf_arraytopointer.h>

template<class t_TYPE>
struct ArrayToPointer;

Type Aliases

NameDescription
Type Alias for the pointer type corresponding to t_TYPE.

Specializations

Name
ArrayToPointer<t_TYPE&>