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  ;

  // construct/copy/destruct
  ();

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

Description

count_impl public construct/copy/destruct

  1. ();

count_impl public member functions

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

PrevUpHomeNext