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  ;

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

  // public member functions
   (dont_care) ;
};

Description

value_accumulator_impl public construct/copy/destruct

  1. template<typename Args> ( args);

value_accumulator_impl public member functions


PrevUpHomeNext