From b8cf34c691623e4ec329053cbbf68522a855882d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 5 Dec 2019 15:12:59 +0900 Subject: Imported Upstream version 1.67.0 --- doc/html/boost/date_time/year_functor.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'doc/html/boost/date_time/year_functor.html') diff --git a/doc/html/boost/date_time/year_functor.html b/doc/html/boost/date_time/year_functor.html index 5e9491d2f2..d72f206790 100644 --- a/doc/html/boost/date_time/year_functor.html +++ b/doc/html/boost/date_time/year_functor.html @@ -39,27 +39,27 @@ typedef date_type::duration_type duration_type; // construct/copy/destruct - year_functor(int); + year_functor(int); - // public member functions - duration_type get_offset(const date_type &) const; - duration_type get_neg_offset(const date_type &) const; + // public member functions + duration_type get_offset(const date_type &) const; + duration_type get_neg_offset(const date_type &) const; };
-

Description

+

Description

-

+

year_functor public construct/copy/destruct

-
  1. year_functor(int f);
+
  1. year_functor(int f);
-

-year_functor public member functions

+

+year_functor public member functions

    -
  1. duration_type get_offset(const date_type & d) const;
  2. -
  3. duration_type get_neg_offset(const date_type & d) const;
  4. +
  5. duration_type get_offset(const date_type & d) const;
  6. +
  7. duration_type get_neg_offset(const date_type & d) const;
-- cgit v1.2.3