Lines Matching refs:CONSTCD14
122 # define CONSTCD14 macro
128 # define CONSTCD14 constexpr
136 # define CONSTCD14
143 # define CONSTCD14 constexpr
149 # define CONSTCD14
342 CONSTCD14 day& operator++() NOEXCEPT;
343 CONSTCD14 day operator++(int) NOEXCEPT;
344 CONSTCD14 day& operator--() NOEXCEPT;
345 CONSTCD14 day operator--(int) NOEXCEPT;
347 CONSTCD14 day& operator+=(const days& d) NOEXCEPT;
348 CONSTCD14 day& operator-=(const days& d) NOEXCEPT;
380 CONSTCD14 month& operator++() NOEXCEPT;
381 CONSTCD14 month operator++(int) NOEXCEPT;
382 CONSTCD14 month& operator--() NOEXCEPT;
383 CONSTCD14 month operator--(int) NOEXCEPT;
385 CONSTCD14 month& operator+=(const months& m) NOEXCEPT;
386 CONSTCD14 month& operator-=(const months& m) NOEXCEPT;
399 CONSTCD14 month operator+(const month& x, const months& y) NOEXCEPT;
400 CONSTCD14 month operator+(const months& x, const month& y) NOEXCEPT;
401 CONSTCD14 month operator-(const month& x, const months& y) NOEXCEPT;
402 CONSTCD14 months operator-(const month& x, const month& y) NOEXCEPT;
418 CONSTCD14 year& operator++() NOEXCEPT;
419 CONSTCD14 year operator++(int) NOEXCEPT;
420 CONSTCD14 year& operator--() NOEXCEPT;
421 CONSTCD14 year operator--(int) NOEXCEPT;
423 CONSTCD14 year& operator+=(const years& y) NOEXCEPT;
424 CONSTCD14 year& operator-=(const years& y) NOEXCEPT;
462 CONSTCD14 weekday(const sys_days& dp) NOEXCEPT;
463 CONSTCD14 explicit weekday(const local_days& dp) NOEXCEPT;
465 CONSTCD14 weekday& operator++() NOEXCEPT;
466 CONSTCD14 weekday operator++(int) NOEXCEPT;
467 CONSTCD14 weekday& operator--() NOEXCEPT;
468 CONSTCD14 weekday operator--(int) NOEXCEPT;
470 CONSTCD14 weekday& operator+=(const days& d) NOEXCEPT;
471 CONSTCD14 weekday& operator-=(const days& d) NOEXCEPT;
482 static CONSTCD14 unsigned char weekday_from_days(int z) NOEXCEPT;
485 friend CONSTCD14 days operator-(const weekday& x, const weekday& y) NOEXCEPT;
486 friend CONSTCD14 weekday operator+(const weekday& x, const days& y) NOEXCEPT;
496 CONSTCD14 weekday operator+(const weekday& x, const days& y) NOEXCEPT;
497 CONSTCD14 weekday operator+(const days& x, const weekday& y) NOEXCEPT;
498 CONSTCD14 weekday operator-(const weekday& x, const days& y) NOEXCEPT;
499 CONSTCD14 days operator-(const weekday& x, const weekday& y) NOEXCEPT;
570 CONSTCD14 year_month& operator+=(const months& dm) NOEXCEPT;
572 CONSTCD14 year_month& operator-=(const months& dm) NOEXCEPT;
573 CONSTCD14 year_month& operator+=(const years& dy) NOEXCEPT;
574 CONSTCD14 year_month& operator-=(const years& dy) NOEXCEPT;
587 CONSTCD14 year_month operator+(const year_month& ym, const months& dm) NOEXCEPT;
589 CONSTCD14 year_month operator+(const months& dm, const year_month& ym) NOEXCEPT;
591 CONSTCD14 year_month operator-(const year_month& ym, const months& dm) NOEXCEPT;
616 CONSTCD14 bool ok() const NOEXCEPT;
715 CONSTCD14 year_month_day(const year_month_day_last& ymdl) NOEXCEPT;
717 CONSTCD14 year_month_day(sys_days dp) NOEXCEPT;
718 CONSTCD14 explicit year_month_day(local_days dp) NOEXCEPT;
721 CONSTCD14 year_month_day& operator+=(const months& m) NOEXCEPT;
723 CONSTCD14 year_month_day& operator-=(const months& m) NOEXCEPT;
724 CONSTCD14 year_month_day& operator+=(const years& y) NOEXCEPT;
725 CONSTCD14 year_month_day& operator-=(const years& y) NOEXCEPT;
731 CONSTCD14 operator sys_days() const NOEXCEPT;
732 CONSTCD14 explicit operator local_days() const NOEXCEPT;
733 CONSTCD14 bool ok() const NOEXCEPT;
736 static CONSTCD14 year_month_day from_days(days dp) NOEXCEPT;
737 CONSTCD14 days to_days() const NOEXCEPT;
748 CONSTCD14 year_month_day operator+(const year_month_day& ymd, const months& dm) NOEXCEPT;
750 CONSTCD14 year_month_day operator+(const months& dm, const year_month_day& ymd) NOEXCEPT;
752 CONSTCD14 year_month_day operator-(const year_month_day& ymd, const months& dm) NOEXCEPT;
773 CONSTCD14 year_month_day_last& operator+=(const months& m) NOEXCEPT;
775 CONSTCD14 year_month_day_last& operator-=(const months& m) NOEXCEPT;
776 CONSTCD14 year_month_day_last& operator+=(const years& y) NOEXCEPT;
777 CONSTCD14 year_month_day_last& operator-=(const years& y) NOEXCEPT;
782 CONSTCD14 date::day day() const NOEXCEPT;
784 CONSTCD14 operator sys_days() const NOEXCEPT;
785 CONSTCD14 explicit operator local_days() const NOEXCEPT;
803 CONSTCD14
808 CONSTCD14
821 CONSTCD14
845 CONSTCD14 year_month_weekday(const sys_days& dp) NOEXCEPT;
846 CONSTCD14 explicit year_month_weekday(const local_days& dp) NOEXCEPT;
849 CONSTCD14 year_month_weekday& operator+=(const months& m) NOEXCEPT;
851 CONSTCD14 year_month_weekday& operator-=(const months& m) NOEXCEPT;
852 CONSTCD14 year_month_weekday& operator+=(const years& y) NOEXCEPT;
853 CONSTCD14 year_month_weekday& operator-=(const years& y) NOEXCEPT;
861 CONSTCD14 operator sys_days() const NOEXCEPT;
862 CONSTCD14 explicit operator local_days() const NOEXCEPT;
863 CONSTCD14 bool ok() const NOEXCEPT;
866 static CONSTCD14 year_month_weekday from_days(days dp) NOEXCEPT;
867 CONSTCD14 days to_days() const NOEXCEPT;
876 CONSTCD14
881 CONSTCD14
894 CONSTCD14
919 CONSTCD14 year_month_weekday_last& operator+=(const months& m) NOEXCEPT;
921 CONSTCD14 year_month_weekday_last& operator-=(const months& m) NOEXCEPT;
922 CONSTCD14 year_month_weekday_last& operator+=(const years& y) NOEXCEPT;
923 CONSTCD14 year_month_weekday_last& operator-=(const years& y) NOEXCEPT;
930 CONSTCD14 operator sys_days() const NOEXCEPT;
931 CONSTCD14 explicit operator local_days() const NOEXCEPT;
935 CONSTCD14 days to_days() const NOEXCEPT;
947 CONSTCD14
952 CONSTCD14
965 CONSTCD14
1134 CONSTCD14
1259 CONSTCD14
1275 CONSTCD14
1290 CONSTCD14
1314 CONSTCD14
1383 CONSTCD14
1396 CONSTCD14
1434 CONSTCD14 inline day& day::operator++() NOEXCEPT {++d_; return *this;}
1435 CONSTCD14 inline day day::operator++(int) NOEXCEPT {auto tmp(*this); ++(*this); return tmp;}
1436 CONSTCD14 inline day& day::operator--() NOEXCEPT {--d_; return *this;}
1437 CONSTCD14 inline day day::operator--(int) NOEXCEPT {auto tmp(*this); --(*this); return tmp;}
1438 CONSTCD14 inline day& day::operator+=(const days& d) NOEXCEPT {*this = *this + d; return *this;}
1439 CONSTCD14 inline day& day::operator-=(const days& d) NOEXCEPT {*this = *this - d; return *this;}
1555 CONSTCD14 inline month& month::operator++() NOEXCEPT {*this += months{1}; return *this;}
1556 CONSTCD14 inline month month::operator++(int) NOEXCEPT {auto tmp(*this); ++(*this); return tmp;}
1557 CONSTCD14 inline month& month::operator--() NOEXCEPT {*this -= months{1}; return *this;}
1558 CONSTCD14 inline month month::operator--(int) NOEXCEPT {auto tmp(*this); --(*this); return tmp;}
1560 CONSTCD14
1569 CONSTCD14
1629 CONSTCD14
1638 CONSTCD14
1648 CONSTCD14
1656 CONSTCD14
1697 CONSTCD14 inline year& year::operator++() NOEXCEPT {++y_; return *this;}
1698 CONSTCD14 inline year year::operator++(int) NOEXCEPT {auto tmp(*this); ++(*this); return tmp;}
1699 CONSTCD14 inline year& year::operator--() NOEXCEPT {--y_; return *this;}
1700 CONSTCD14 inline year year::operator--(int) NOEXCEPT {auto tmp(*this); --(*this); return tmp;}
1701 CONSTCD14 inline year& year::operator+=(const years& y) NOEXCEPT {*this = *this + y; return *this;}
1702 CONSTCD14 inline year& year::operator-=(const years& y) NOEXCEPT {*this = *this - y; return *this;}
1835 CONSTCD14
1850 CONSTCD14
1856 CONSTCD14
1862 CONSTCD14 inline weekday& weekday::operator++() NOEXCEPT {*this += days{1}; return *this;}
1863 CONSTCD14 inline weekday weekday::operator++(int) NOEXCEPT {auto tmp(*this); ++(*this); return tmp;}
1864 CONSTCD14 inline weekday& weekday::operator--() NOEXCEPT {*this -= days{1}; return *this;}
1865 CONSTCD14 inline weekday weekday::operator--(int) NOEXCEPT {auto tmp(*this); --(*this); return tmp;}
1867 CONSTCD14
1876 CONSTCD14
1917 CONSTCD14
1927 CONSTCD14
1937 CONSTCD14
1945 CONSTCD14
2202 CONSTCD14
2212 CONSTCD14
2221 CONSTCD14
2230 CONSTCD14
2290 CONSTCD14
2302 CONSTCD14
2311 CONSTCD14
2388 CONSTCD14
2701 CONSTCD14
2711 CONSTCD14
2720 CONSTCD14
2729 CONSTCD14
2749 CONSTCD14
2765 CONSTCD14
2772 CONSTCD14
2862 CONSTCD14
2871 CONSTCD14
2880 CONSTCD14
2923 CONSTCD14
2931 CONSTCD14
2937 CONSTCD14
2948 CONSTCD14
2958 CONSTCD14
2967 CONSTCD14
2976 CONSTCD14
2985 CONSTCD14
3004 CONSTCD14
3011 CONSTCD14
3018 CONSTCD14
3099 CONSTCD14
3121 CONSTCD14
3130 CONSTCD14
3139 CONSTCD14
3183 CONSTCD14
3189 CONSTCD14
3196 CONSTCD14
3206 CONSTCD14
3215 CONSTCD14
3224 CONSTCD14
3260 CONSTCD14
3267 CONSTCD14
3274 CONSTCD14
3288 CONSTCD14
3299 CONSTCD14
3340 CONSTCD14
3349 CONSTCD14
3358 CONSTCD14
3403 CONSTCD14
3413 CONSTCD14
3422 CONSTCD14
3431 CONSTCD14
3459 CONSTCD14
3466 CONSTCD14
3481 CONSTCD14
3521 CONSTCD14
3530 CONSTCD14
3539 CONSTCD14
3990 CONSTCD14 std::chrono::seconds& seconds() NOEXCEPT {return s_;}
3994 CONSTCD14 precision to_duration() const NOEXCEPT
4107 CONSTCD14 std::chrono::seconds&
4156 CONSTCD14
4165 CONSTCD14
4174 CONSTCD14
4193 CONSTCD14
4257 CONSTCD14
4298 CONSTCD14 string_literal(const CharT(&a)[N]) NOEXCEPT
4307 CONSTCD14 string_literal(const char(&a)[N]) NOEXCEPT
4316 CONSTCD14 string_literal(string_literal<CharT2, N> const& a) NOEXCEPT
4344 CONSTCD14
4369 CONSTCD14
4405 CONSTCD14
4413 CONSTCD14
4428 CONSTCD14
4441 CONSTCD14
4454 CONSTCD14
4470 CONSTCD14