Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template apply

boost::accumulators::tag::droppable::impl::apply

Synopsis

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


template<typename Sample, typename Weight> 
struct apply {
  // types
  typedef droppable_accumulator<  ;
};

PrevUpHomeNext