Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template non_coherent_tail_mean

boost::accumulators::tag::non_coherent_tail_mean

Synopsis

template<typename LeftRight> 
struct non_coherent_tail_mean :
  public boost::accumulators::depends_on< Feature1, Feature2, >
{
  // types
  typedef accumulators::impl::non_coherent_tail_mean_impl< mpl::_1, LeftRight > impl;
};

PrevUpHomeNext