Go to the documentation of this file.    9 #ifndef ALPS_TYPE_TRAITS_CHANGE_VALUE_TYPE_H    10 #define ALPS_TYPE_TRAITS_CHANGE_VALUE_TYPE_H    12 #include <alps/config.hpp>    20 template <
class T, 
class V>
    26 template <
class T, 
class A, 
class V>
    29   typedef std::vector<V> 
type;
    32 template <
class T, 
class V>
    35   typedef std::valarray<V> 
type;
    38 template <
class T, 
class V>
    41 template <
class T, 
class V>
    44   typedef std::vector<V> 
type;
    49 #endif // ALPS_TYPE_TRAITS_CHANGE_VALUE_TYPE_H