BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bsl::remove_extent< t_TYPE > Struct Template Reference

#include <bslmf_removeextent.h>

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 ]

See bslmf_removeextent

Public Types

typedef t_TYPE type
 

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: