tmp/tmpo69fv__n/{from.md → to.md}
RENAMED
|
@@ -21,32 +21,32 @@ namespace std::chrono {
|
|
| 21 |
zoned_time(const sys_time<Duration>& st);
|
| 22 |
explicit zoned_time(TimeZonePtr z);
|
| 23 |
explicit zoned_time(string_view name);
|
| 24 |
|
| 25 |
template<class Duration2>
|
| 26 |
-
zoned_time(const zoned_time<Duration2, TimeZonePtr>&
|
| 27 |
|
| 28 |
zoned_time(TimeZonePtr z, const sys_time<Duration>& st);
|
| 29 |
zoned_time(string_view name, const sys_time<Duration>& st);
|
| 30 |
|
| 31 |
zoned_time(TimeZonePtr z, const local_time<Duration>& tp);
|
| 32 |
zoned_time(string_view name, const local_time<Duration>& tp);
|
| 33 |
zoned_time(TimeZonePtr z, const local_time<Duration>& tp, choose c);
|
| 34 |
zoned_time(string_view name, const local_time<Duration>& tp, choose c);
|
| 35 |
|
| 36 |
template<class Duration2, class TimeZonePtr2>
|
| 37 |
-
zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>&
|
| 38 |
template<class Duration2, class TimeZonePtr2>
|
| 39 |
-
zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>&
|
| 40 |
|
| 41 |
template<class Duration2, class TimeZonePtr2>
|
| 42 |
-
zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>&
|
| 43 |
template<class Duration2, class TimeZonePtr2>
|
| 44 |
-
zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>&
|
| 45 |
|
| 46 |
zoned_time& operator=(const sys_time<Duration>& st);
|
| 47 |
-
zoned_time& operator=(const local_time<Duration>&
|
| 48 |
|
| 49 |
operator sys_time<duration>() const;
|
| 50 |
explicit operator local_time<duration>() const;
|
| 51 |
|
| 52 |
TimeZonePtr get_time_zone() const;
|
|
|
|
| 21 |
zoned_time(const sys_time<Duration>& st);
|
| 22 |
explicit zoned_time(TimeZonePtr z);
|
| 23 |
explicit zoned_time(string_view name);
|
| 24 |
|
| 25 |
template<class Duration2>
|
| 26 |
+
zoned_time(const zoned_time<Duration2, TimeZonePtr>& y);
|
| 27 |
|
| 28 |
zoned_time(TimeZonePtr z, const sys_time<Duration>& st);
|
| 29 |
zoned_time(string_view name, const sys_time<Duration>& st);
|
| 30 |
|
| 31 |
zoned_time(TimeZonePtr z, const local_time<Duration>& tp);
|
| 32 |
zoned_time(string_view name, const local_time<Duration>& tp);
|
| 33 |
zoned_time(TimeZonePtr z, const local_time<Duration>& tp, choose c);
|
| 34 |
zoned_time(string_view name, const local_time<Duration>& tp, choose c);
|
| 35 |
|
| 36 |
template<class Duration2, class TimeZonePtr2>
|
| 37 |
+
zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>& y);
|
| 38 |
template<class Duration2, class TimeZonePtr2>
|
| 39 |
+
zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>& y, choose);
|
| 40 |
|
| 41 |
template<class Duration2, class TimeZonePtr2>
|
| 42 |
+
zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>& y);
|
| 43 |
template<class Duration2, class TimeZonePtr2>
|
| 44 |
+
zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>& y, choose c);
|
| 45 |
|
| 46 |
zoned_time& operator=(const sys_time<Duration>& st);
|
| 47 |
+
zoned_time& operator=(const local_time<Duration>& lt);
|
| 48 |
|
| 49 |
operator sys_time<duration>() const;
|
| 50 |
explicit operator local_time<duration>() const;
|
| 51 |
|
| 52 |
TimeZonePtr get_time_zone() const;
|