ALPSCore reference
Public Types | List of all members
alps::alea::traits< cov_acc< T, Strategy > > Struct Template Reference

#include <covariance.hpp>

Collaboration diagram for alps::alea::traits< cov_acc< T, Strategy > >:
Collaboration graph

Public Types

typedef Strategy strategy_type
 
typedef bind< Strategy, T >::value_type value_type
 
typedef bind< Strategy, T >::var_type var_type
 
typedef bind< Strategy, T >::cov_type cov_type
 
typedef cov_result< T, Strategy > result_type
 
typedef cov_data< T, Strategy > store_type
 

Detailed Description

template<typename T, typename Strategy>
struct alps::alea::traits< cov_acc< T, Strategy > >

Definition at line 187 of file covariance.hpp.

Member Typedef Documentation

template<typename T , typename Strategy >
typedef bind<Strategy, T>::cov_type alps::alea::traits< cov_acc< T, Strategy > >::cov_type

Definition at line 192 of file covariance.hpp.

template<typename T , typename Strategy >
typedef cov_result<T,Strategy> alps::alea::traits< cov_acc< T, Strategy > >::result_type

Definition at line 193 of file covariance.hpp.

template<typename T , typename Strategy >
typedef cov_data<T, Strategy> alps::alea::traits< cov_acc< T, Strategy > >::store_type

Definition at line 194 of file covariance.hpp.

template<typename T , typename Strategy >
typedef Strategy alps::alea::traits< cov_acc< T, Strategy > >::strategy_type

Definition at line 189 of file covariance.hpp.

template<typename T , typename Strategy >
typedef bind<Strategy, T>::value_type alps::alea::traits< cov_acc< T, Strategy > >::value_type

Definition at line 190 of file covariance.hpp.

template<typename T , typename Strategy >
typedef bind<Strategy, T>::var_type alps::alea::traits< cov_acc< T, Strategy > >::var_type

Definition at line 191 of file covariance.hpp.


The documentation for this struct was generated from the following file: