Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
blaze
util
typetraits
RemoveExtent.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_TYPETRAITS_REMOVEEXTENT_H_
36
#define _BLAZE_UTIL_TYPETRAITS_REMOVEEXTENT_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <boost/type_traits/remove_extent.hpp>
44
45
46
namespace
blaze {
47
48
//=================================================================================================
49
//
50
// CLASS DEFINITION
51
//
52
//=================================================================================================
53
54
//*************************************************************************************************
68
template
<
typename
T >
69
struct
RemoveExtent
70
{
71
public
:
72
//**********************************************************************************************
74
typedef
typename
boost::remove_extent<T>::type Type;
76
//**********************************************************************************************
77
};
78
//*************************************************************************************************
79
80
}
// namespace blaze
81
82
#endif
blaze::RemoveExtent
Removal of the top level array extent.The RemoveExtent type trait removes the top level array extent ...
Definition:
RemoveExtent.h:69
Generated on Wed Dec 3 2014 11:58:22 by
1.8.7