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

#include <batch.hpp>

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

Public Types

typedef T value_type
 
typedef circular_var strategy_type
 
typedef batch_result< T > result_type
 
typedef batch_data< T > store_type
 

Detailed Description

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

Definition at line 154 of file batch.hpp.

Member Typedef Documentation

template<typename T >
typedef batch_result<T> alps::alea::traits< batch_acc< T > >::result_type

Definition at line 158 of file batch.hpp.

template<typename T >
typedef batch_data<T> alps::alea::traits< batch_acc< T > >::store_type

Definition at line 159 of file batch.hpp.

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

Definition at line 157 of file batch.hpp.

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

Definition at line 156 of file batch.hpp.


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