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

#include <mean.hpp>

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

Public Types

typedef T value_type
 

Static Public Attributes

static const bool HAVE_MEAN = true
 
static const bool HAVE_VAR = false
 
static const bool HAVE_COV = false
 
static const bool HAVE_TAU = false
 
static const bool HAVE_BATCH = false
 

Detailed Description

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

Definition at line 229 of file mean.hpp.

Member Typedef Documentation

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

Definition at line 231 of file mean.hpp.

Member Data Documentation

template<typename T >
const bool alps::alea::traits< mean_result< T > >::HAVE_BATCH = false
static

Definition at line 237 of file mean.hpp.

template<typename T >
const bool alps::alea::traits< mean_result< T > >::HAVE_COV = false
static

Definition at line 235 of file mean.hpp.

template<typename T >
const bool alps::alea::traits< mean_result< T > >::HAVE_MEAN = true
static

Definition at line 233 of file mean.hpp.

template<typename T >
const bool alps::alea::traits< mean_result< T > >::HAVE_TAU = false
static

Definition at line 236 of file mean.hpp.

template<typename T >
const bool alps::alea::traits< mean_result< T > >::HAVE_VAR = false
static

Definition at line 234 of file mean.hpp.


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