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    ; 

  // construct/copy/destruct
  template<typename Args> ();
  (droppable_accumulator_base );

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

Description

droppable_accumulator_base public construct/copy/destruct

  1. template<typename Args> ( args);
  2. (droppable_accumulator_base  that);

droppable_accumulator_base public member functions

  1. template<typename Args>  ( args);
  2. template<typename Args>  ();
  3. template<typename Args>  ( args);
  4.  () ;

PrevUpHomeNext