From d9ec475d945d3035377a0d89ed42e382d8988891 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:33:54 +0900 Subject: Imported Upstream version 1.60.0 Change-Id: Ie709530d6d5841088ceaba025cbe175a4ef43050 Signed-off-by: DongHun Kwak --- doc/html/boost/accumulators/impl/max_impl.html | 76 -------------------------- 1 file changed, 76 deletions(-) delete mode 100644 doc/html/boost/accumulators/impl/max_impl.html (limited to 'doc/html/boost/accumulators/impl/max_impl.html') diff --git a/doc/html/boost/accumulators/impl/max_impl.html b/doc/html/boost/accumulators/impl/max_impl.html deleted file mode 100644 index 991f769fa5..0000000000 --- a/doc/html/boost/accumulators/impl/max_impl.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - -Struct template max_impl - - - - - - - - - - - - - - - -
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
-
-
-PrevUpHomeNext -
-
-
-
-

Struct template max_impl

-

boost::accumulators::impl::max_impl

-
-

Synopsis

-
// In header: <boost/accumulators/statistics_fwd.hpp>
-
-template<typename Sample> 
-struct max_impl : public accumulator_base {
-  // construct/copy/destruct
-  template<typename Args> max_impl(Args const &);
-
-  // public member functions
-  template<typename Args> void operator()(Args const &);
-  result_type result(dont_care) const;
-};
-
-

Description

-
-

-max_impl - public - construct/copy/destruct

-
  1. template<typename Args> max_impl(Args const & args);
-
-
-

-max_impl public member functions

-
    -
  1. template<typename Args> void operator()(Args const & args);
  2. -
  3. result_type result(dont_care) const;
  4. -
-
-
-
- - - -
-
-
-PrevUpHomeNext -
- - -- cgit v1.2.3