Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template value_accumulator_impl

boost::accumulators::impl::value_accumulator_impl

Synopsis

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

template<typename ValueType, typename Tag> 
struct value_accumulator_impl : public  {
  // types
  typedef  ;

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

Description

value_accumulator_impl public member functions

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

PrevUpHomeNext