BloombergLP::bslmf::ArrayToConstPointer

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

NameDescription
Type Const pointer type corresponding to t_TYPE.

Specializations

Name
ArrayToConstPointer<t_TYPE&>