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
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 <boost/type_traits/remove_all_extents.hpp>
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
typedef
typename
boost::remove_all_extents<T>::type Type;
77
//**********************************************************************************************
78
};
79
//*************************************************************************************************
80
81
}
// namespace blaze
82
83
#endif
blaze::RemoveAllExtents
Removal of all array extents.The RemoveAllExtents type trait removes all array extents from the given...
Definition:
RemoveAllExtents.h:70
Generated on Fri Jun 20 2014 06:06:54 by
1.8.7