Quick Links:

bal | bbl | bdl | bsl

Public Types

bsl::remove_extent< t_TYPE > Struct Template Reference
[Component bslmf_removeextent]

#include <bslmf_removeextent.h>

List of all members.

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 <code>U</code>", 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 <code>const U</code>", the resulting type is const U. -- *end note* ]

See Component bslmf_removeextent


Member Typedef Documentation

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

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