|
BDE 4.14.0 Production release
|
#include <bslmf_removeextent.h>
Public Types | |
| typedef t_TYPE | type |
From the C++14 standard: If T names a type "array of `U`", the member typedef type shall be U, otherwise T. [ Note: For multidimensional arrays, only the first array dimension is removed. For a type "array of `const U`", the resulting type is const U. – end note ]
| typedef t_TYPE bsl::remove_extent< t_TYPE >::type |