Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct count_impl

boost::accumulators::impl::count_impl

Synopsis

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


struct count_impl : public  {
  // types
  typedef  ;

  // public member functions
  ();
   ();
   () ;
  template<typename Archive>  (, );
};

Description

count_impl public member functions

  1. ();
  2.  ();
  3.  () ;
  4. template<typename Archive>  ( ar, );

PrevUpHomeNext