Blaze
3.9
blaze
util
typetraits
RemoveAllExtents.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEALLEXTENTS_H_
36
#define _BLAZE_UTIL_TYPETRAITS_REMOVEALLEXTENTS_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <type_traits>
44
45
46
namespace
blaze {
47
48
//=================================================================================================
49
//
50
// CLASS DEFINITION
51
//
52
//=================================================================================================
53
54
//*************************************************************************************************
69
template
<
typename
T >
70
struct
RemoveAllExtents
71
{
72
public
:
73
//**********************************************************************************************
75
using
Type =
typename
std::remove_all_extents<T>::type;
77
//**********************************************************************************************
78
};
79
//*************************************************************************************************
80
81
82
//*************************************************************************************************
95
template
<
typename
T >
96
using
RemoveAllExtents_t
=
typename
RemoveAllExtents<T>::Type
;
97
//*************************************************************************************************
98
99
}
// namespace blaze
100
101
#endif
blaze::RemoveAllExtents_t
typename RemoveAllExtents< T >::Type RemoveAllExtents_t
Auxiliary alias declaration for the RemoveAllExtents type trait.
Definition:
RemoveAllExtents.h:96
blaze::RemoveAllExtents
Removal of all array extents.
Definition:
RemoveAllExtents.h:71
Generated by
1.9.3