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

#include <autocorr.hpp>

Collaboration diagram for alps::alea::traits< autocorr_acc< T > >:
Collaboration graph

Public Types

typedef T value_type
 
typedef circular_var strategy_type
 
typedef bind< circular_var, T >::var_type var_type
 
typedef bind< circular_var, T >::cov_type cov_type
 
typedef autocorr_result< T > result_type
 

Detailed Description

template<typename T>
struct alps::alea::traits< autocorr_acc< T > >

Definition at line 128 of file autocorr.hpp.

Member Typedef Documentation

template<typename T >
typedef bind<circular_var, T>::cov_type alps::alea::traits< autocorr_acc< T > >::cov_type

Definition at line 133 of file autocorr.hpp.

template<typename T >
typedef autocorr_result<T> alps::alea::traits< autocorr_acc< T > >::result_type

Definition at line 134 of file autocorr.hpp.

template<typename T >
typedef circular_var alps::alea::traits< autocorr_acc< T > >::strategy_type

Definition at line 131 of file autocorr.hpp.

template<typename T >
typedef T alps::alea::traits< autocorr_acc< T > >::value_type

Definition at line 130 of file autocorr.hpp.

template<typename T >
typedef bind<circular_var, T>::var_type alps::alea::traits< autocorr_acc< T > >::var_type

Definition at line 132 of file autocorr.hpp.


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