Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template tail_variate

boost::accumulators::tag::tail_variate

Synopsis

// In header: <boost/accumulators/statistics_fwd.hpp>

template<typename VariateType, typename VariateTag, typename LeftRight> 
struct tail_variate :
  public boost::accumulators::depends_on< tail< LeftRight > >
{
};

PrevUpHomeNext