Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template reference_accumulator_impl

boost::accumulators::impl::reference_accumulator_impl

Synopsis

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

template<typename Referent, typename Tag> 
struct reference_accumulator_impl : public  {
  // types
  typedef  ;

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

Description

reference_accumulator_impl public member functions

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

PrevUpHomeNext