BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsl::remove_extent< t_TYPE > Struct Template Reference

#include <bslmf_removeextent.h>

Public Types

typedef t_TYPE type
 

Detailed Description

template<class t_TYPE>
struct bsl::remove_extent< t_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 ]

Member Typedef Documentation

◆ type

template<class t_TYPE >
typedef t_TYPE bsl::remove_extent< t_TYPE >::type

The documentation for this struct was generated from the following file: