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  ;

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

  // public member functions
   (dont_care) ;
};

Description

reference_accumulator_impl public construct/copy/destruct

  1. template<typename Args> ( args);

reference_accumulator_impl public member functions


PrevUpHomeNext