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
RemoveCV.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_UTIL_TYPETRAITS_REMOVECV_H_
36
#define _BLAZE_UTIL_TYPETRAITS_REMOVECV_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <boost/type_traits/remove_cv.hpp>
44
45
46
namespace
blaze {
47
48
//=================================================================================================
49
//
50
// CLASS DEFINITION
51
//
52
//=================================================================================================
53
54
//*************************************************************************************************
70
template
<
typename
T >
71
struct
RemoveCV
72
{
73
public
:
74
//**********************************************************************************************
76
typedef
typename
boost::remove_cv<T>::type Type;
78
//**********************************************************************************************
79
};
80
//*************************************************************************************************
81
82
}
// namespace blaze
83
84
#endif
blaze::RemoveCV
Removal of top level cv-qualifiers.The RemoveCV type trait removes all top level cv-qualifiers from t...
Definition:
RemoveCV.h:71
Generated on Sun Jan 5 2014 09:03:30 by
1.8.5