Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template droppable_accumulator

boost::accumulators::droppable_accumulator

Synopsis

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

template<typename Accumulator> 
struct droppable_accumulator : public  {
  // construct/copy/destruct
  template<typename Args> ();
  (droppable_accumulator );
};

Description

droppable_accumulator public construct/copy/destruct

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

PrevUpHomeNext