Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template tail

boost::accumulators::tag::tail

Synopsis

// In header: <boost/accumulators/statistics/tail.hpp>

template<typename LeftRight> 
struct tail : public , public  {

  // public data members
  static tail_cache_size_named_arg<  cache_size;  // tag::tail<LeftRight>::cache_size named parameter 
};

PrevUpHomeNext