Specialization of remove_extent for array of unknown bound

Synopsis

Declared in <bslmf_removeextent.h>

template<class t_TYPE>
struct remove_extent<t_TYPE[]>;

Type Aliases

Name

Description

type

This typedef is an alias to the element type of an array of unknown bound.

Created with MrDocs