yat
0.14.5pre
|
#include <yat/statistics/averager_traits.h>
Public Types | |
typedef averager_traits < typename utility::weighted_if_any2 < Iterator1, Iterator2 >::type > ::pair_type | type |
Convenience wrapper around averager_traits
typedef averager_traits< typename utility::weighted_if_any2<Iterator1, Iterator2>::type >::pair_type theplu::yat::statistics::averager_pair< Iterator1, Iterator2 >::type |
Convenience Metafunction taking two iterators as argument and return either AveragerPair (if both iterators are unweighted) or AveragerPairWeighted otherwise.