Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct is_tail_variate

boost::accumulators::impl::tail_impl::is_tail_variate

Synopsis

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



struct is_tail_variate {
  // member classes/structs/unions
  template<typename T> 
  struct apply {
  };
};

Description


PrevUpHomeNext