Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Struct template with_cached_result

Boost , The Boost C++ Libraries BoostBook Documentation Subset , Reference

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Struct template with_cached_result

boost::accumulators::with_cached_result

Synopsis

// In header: <boost/accumulators/accumulators_fwd.hpp>
template<typename Accumulator> 
struct with_cached_result : public Accumulator {
  // construct/copy/destruct
  template<typename Args> with_cached_result(Args const &);
  with_cached_result(with_cached_result const &);
  with_cached_result & operator=(with_cached_result const &);
  ~with_cached_result();
  // public member functions
  template<typename Args> void on_drop(Args const &);
  template<typename Args> result_type result(Args const &) const;
  // private member functions
  void set(result_type const &);
  result_type const & get() const;
  bool has_result() const;
};

Description

with_cached_result public construct/copy/destruct

  1. template<typename Args> with_cached_result(Args const & args;
  2. с_cached_result( с_cached_result const & что);
  3. with_cached_result & оператор=(with_cached_result const &);
  4. ~с_cached_result();

with_cached_result public member functions

  1. template<typename Args> void 13>on_drop(Args const & args;
  2. template<typename Args> result_type result(Args const & args)const;

with_cached_result private member functions

  1. void set(result_type const & r);
  2. result_type const & get() const;
  3. bool has_result() const;

PrevUpHomeNext

Статья Struct template with_cached_result раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Reference ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-07-04 22:54:39/0.0058300495147705/0