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
RemoveConst.h
Go to the documentation of this file.
1
//=================================================================================================
20
//=================================================================================================
21
22
#ifndef _BLAZE_UTIL_TYPETRAITS_REMOVECONST_H_
23
#define _BLAZE_UTIL_TYPETRAITS_REMOVECONST_H_
24
25
26
//*************************************************************************************************
27
// Includes
28
//*************************************************************************************************
29
30
#include <boost/type_traits/remove_const.hpp>
31
32
33
namespace
blaze {
34
35
//=================================================================================================
36
//
37
// CLASS DEFINITION
38
//
39
//=================================================================================================
40
41
//*************************************************************************************************
56
template
<
typename
T >
57
struct
RemoveConst
58
{
59
public
:
60
//**********************************************************************************************
62
typedef
typename
boost::remove_const<T>::type Type;
64
//**********************************************************************************************
65
};
66
//*************************************************************************************************
67
68
}
// namespace blaze
69
70
#endif
Generated on Sun Jul 28 2013 17:06:08 by
1.8.3.1