Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template with_cached_result

boost::accumulators::with_cached_result

Synopsis

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

template<typename Accumulator> 
struct with_cached_result : public  {
  // types
  typedef  ;

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

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

  // private member functions
   ();
   () ;
   () ;
};

Description

with_cached_result public construct/copy/destruct

  1. template<typename Args> ( args);
  2. (with_cached_result  that);
  3. with_cached_result & (with_cached_result );
  4. ~();

with_cached_result public member functions

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

with_cached_result private member functions

  1.  ( r);
  2.  () ;
  3.  () ;

PrevUpHomeNext