From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- doc/html/boost/accumulators/impl/tail_impl.html | 40 ++++++++++++------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'doc/html/boost/accumulators/impl/tail_impl.html') diff --git a/doc/html/boost/accumulators/impl/tail_impl.html b/doc/html/boost/accumulators/impl/tail_impl.html index a1d5303040..4a086e59a3 100644 --- a/doc/html/boost/accumulators/impl/tail_impl.html +++ b/doc/html/boost/accumulators/impl/tail_impl.html @@ -35,42 +35,42 @@ template<typename Sample, typename LeftRight> struct tail_impl : public accumulator_base { // construct/copy/destruct - template<typename Args> tail_impl(Args const &); - tail_impl(tail_impl const &); + template<typename Args> tail_impl(Args const &); + tail_impl(tail_impl const &); - // public member functions - BOOST_MPL_ASSERT((mpl::or_< is_same< LeftRight, right >, is_same< LeftRight, left > >)); - template<typename Args> void operator()(Args const &); - result_type result(dont_care) const; + // public member functions + BOOST_MPL_ASSERT((mpl::or_< is_same< LeftRight, right >, is_same< LeftRight, left > >)); + template<typename Args> void operator()(Args const &); + result_type result(dont_care) const; - // private member functions - template<typename Args> void assign(Args const &, std::size_t); + // private member functions + template<typename Args> void assign(Args const &, std::size_t); };
-

Description

+

Description

-

+

tail_impl public construct/copy/destruct

    -
  1. template<typename Args> tail_impl(Args const & args);
  2. -
  3. tail_impl(tail_impl const & that);
  4. +
  5. template<typename Args> tail_impl(Args const & args);
  6. +
  7. tail_impl(tail_impl const & that);
-

-tail_impl public member functions

+

+tail_impl public member functions

    -
  1.  BOOST_MPL_ASSERT((mpl::or_< is_same< LeftRight, right >, is_same< LeftRight, left > >));
  2. -
  3. template<typename Args> void operator()(Args const & args);
  4. -
  5. result_type result(dont_care) const;
  6. +
  7.  BOOST_MPL_ASSERT((mpl::or_< is_same< LeftRight, right >, is_same< LeftRight, left > >));
  8. +
  9. template<typename Args> void operator()(Args const & args);
  10. +
  11. result_type result(dont_care) const;
-

-tail_impl private member functions

-
  1. template<typename Args> void assign(Args const & args, std::size_t index);
+

+tail_impl private member functions

+
  1. template<typename Args> void assign(Args const & args, std::size_t index);
-- cgit v1.2.3