|
BDE 4.39.x Production Release
|
#include <bslmf_removeextent.h>
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 ]
Public Types | |
| typedef t_TYPE | type |
| typedef t_TYPE bsl::remove_extent< t_TYPE >::type |