Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template droppable_accumulator_base

boost::accumulators::droppable_accumulator_base

Synopsis

// In header: <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>

template<typename Accumulator> 
struct droppable_accumulator_base : public  {
  // types
  typedef droppable_accumulator_base ;        
  typedef                  ;
  typedef    ; 

  // public member functions
  template<typename Args> ();
  (droppable_accumulator_base );
  template<typename Args>  ();
  template<typename Args>  ();
  template<typename Args>  ();
   () ;
};

Description

droppable_accumulator_base public member functions

  1. template<typename Args> ( args);
  2. (droppable_accumulator_base  that);
  3. template<typename Args>  ( args);
  4. template<typename Args>  ();
  5. template<typename Args>  ( args);
  6.  () ;

PrevUpHomeNext