Lines Matching refs:CONSTCD11

121 #    define CONSTCD11  macro
127 # define CONSTCD11 constexpr
135 # define CONSTCD11 constexpr
142 # define CONSTCD11 constexpr
148 # define CONSTCD11 constexpr
248 CONSTCD11 year_month operator/(const year& y, const month& m) NOEXCEPT;
249 CONSTCD11 year_month operator/(const year& y, int m) NOEXCEPT;
251 CONSTCD11 month_day operator/(const day& d, const month& m) NOEXCEPT;
252 CONSTCD11 month_day operator/(const day& d, int m) NOEXCEPT;
253 CONSTCD11 month_day operator/(const month& m, const day& d) NOEXCEPT;
254 CONSTCD11 month_day operator/(const month& m, int d) NOEXCEPT;
255 CONSTCD11 month_day operator/(int m, const day& d) NOEXCEPT;
257 CONSTCD11 month_day_last operator/(const month& m, last_spec) NOEXCEPT;
258 CONSTCD11 month_day_last operator/(int m, last_spec) NOEXCEPT;
259 CONSTCD11 month_day_last operator/(last_spec, const month& m) NOEXCEPT;
260 CONSTCD11 month_day_last operator/(last_spec, int m) NOEXCEPT;
262 CONSTCD11 month_weekday operator/(const month& m, const weekday_indexed& wdi) NOEXCEPT;
263 CONSTCD11 month_weekday operator/(int m, const weekday_indexed& wdi) NOEXCEPT;
264 CONSTCD11 month_weekday operator/(const weekday_indexed& wdi, const month& m) NOEXCEPT;
265 CONSTCD11 month_weekday operator/(const weekday_indexed& wdi, int m) NOEXCEPT;
267 CONSTCD11 month_weekday_last operator/(const month& m, const weekday_last& wdl) NOEXCEPT;
268 CONSTCD11 month_weekday_last operator/(int m, const weekday_last& wdl) NOEXCEPT;
269 CONSTCD11 month_weekday_last operator/(const weekday_last& wdl, const month& m) NOEXCEPT;
270 CONSTCD11 month_weekday_last operator/(const weekday_last& wdl, int m) NOEXCEPT;
272 CONSTCD11 year_month_day operator/(const year_month& ym, const day& d) NOEXCEPT;
273 CONSTCD11 year_month_day operator/(const year_month& ym, int d) NOEXCEPT;
274 CONSTCD11 year_month_day operator/(const year& y, const month_day& md) NOEXCEPT;
275 CONSTCD11 year_month_day operator/(int y, const month_day& md) NOEXCEPT;
276 CONSTCD11 year_month_day operator/(const month_day& md, const year& y) NOEXCEPT;
277 CONSTCD11 year_month_day operator/(const month_day& md, int y) NOEXCEPT;
279 CONSTCD11
281 CONSTCD11
283 CONSTCD11
285 CONSTCD11
287 CONSTCD11
290 CONSTCD11
294 CONSTCD11
298 CONSTCD11
302 CONSTCD11
306 CONSTCD11
310 CONSTCD11
314 CONSTCD11
318 CONSTCD11
322 CONSTCD11
326 CONSTCD11
340 explicit CONSTCD11 day(unsigned d) NOEXCEPT;
350 CONSTCD11 explicit operator unsigned() const NOEXCEPT;
351 CONSTCD11 bool ok() const NOEXCEPT;
354 CONSTCD11 bool operator==(const day& x, const day& y) NOEXCEPT;
355 CONSTCD11 bool operator!=(const day& x, const day& y) NOEXCEPT;
356 CONSTCD11 bool operator< (const day& x, const day& y) NOEXCEPT;
357 CONSTCD11 bool operator> (const day& x, const day& y) NOEXCEPT;
358 CONSTCD11 bool operator<=(const day& x, const day& y) NOEXCEPT;
359 CONSTCD11 bool operator>=(const day& x, const day& y) NOEXCEPT;
361 CONSTCD11 day operator+(const day& x, const days& y) NOEXCEPT;
362 CONSTCD11 day operator+(const days& x, const day& y) NOEXCEPT;
363 CONSTCD11 day operator-(const day& x, const days& y) NOEXCEPT;
364 CONSTCD11 days operator-(const day& x, const day& y) NOEXCEPT;
378 explicit CONSTCD11 month(unsigned m) NOEXCEPT;
388 CONSTCD11 explicit operator unsigned() const NOEXCEPT;
389 CONSTCD11 bool ok() const NOEXCEPT;
392 CONSTCD11 bool operator==(const month& x, const month& y) NOEXCEPT;
393 CONSTCD11 bool operator!=(const month& x, const month& y) NOEXCEPT;
394 CONSTCD11 bool operator< (const month& x, const month& y) NOEXCEPT;
395 CONSTCD11 bool operator> (const month& x, const month& y) NOEXCEPT;
396 CONSTCD11 bool operator<=(const month& x, const month& y) NOEXCEPT;
397 CONSTCD11 bool operator>=(const month& x, const month& y) NOEXCEPT;
416 explicit CONSTCD11 year(int y) NOEXCEPT;
426 CONSTCD11 year operator-() const NOEXCEPT;
427 CONSTCD11 year operator+() const NOEXCEPT;
429 CONSTCD11 bool is_leap() const NOEXCEPT;
431 CONSTCD11 explicit operator int() const NOEXCEPT;
432 CONSTCD11 bool ok() const NOEXCEPT;
434 static CONSTCD11 year min() NOEXCEPT { return year{-32767}; } in min()
435 static CONSTCD11 year max() NOEXCEPT { return year{32767}; } in max()
438 CONSTCD11 bool operator==(const year& x, const year& y) NOEXCEPT;
439 CONSTCD11 bool operator!=(const year& x, const year& y) NOEXCEPT;
440 CONSTCD11 bool operator< (const year& x, const year& y) NOEXCEPT;
441 CONSTCD11 bool operator> (const year& x, const year& y) NOEXCEPT;
442 CONSTCD11 bool operator<=(const year& x, const year& y) NOEXCEPT;
443 CONSTCD11 bool operator>=(const year& x, const year& y) NOEXCEPT;
445 CONSTCD11 year operator+(const year& x, const years& y) NOEXCEPT;
446 CONSTCD11 year operator+(const years& x, const year& y) NOEXCEPT;
447 CONSTCD11 year operator-(const year& x, const years& y) NOEXCEPT;
448 CONSTCD11 years operator-(const year& x, const year& y) NOEXCEPT;
461 explicit CONSTCD11 weekday(unsigned wd) NOEXCEPT;
473 CONSTCD11 bool ok() const NOEXCEPT;
475 CONSTCD11 unsigned c_encoding() const NOEXCEPT;
476 CONSTCD11 unsigned iso_encoding() const NOEXCEPT;
478 CONSTCD11 weekday_indexed operator[](unsigned index) const NOEXCEPT;
479 CONSTCD11 weekday_last operator[](last_spec) const NOEXCEPT;
484 friend CONSTCD11 bool operator==(const weekday& x, const weekday& y) NOEXCEPT;
493 CONSTCD11 bool operator==(const weekday& x, const weekday& y) NOEXCEPT;
494 CONSTCD11 bool operator!=(const weekday& x, const weekday& y) NOEXCEPT;
514 CONSTCD11 weekday_indexed(const date::weekday& wd, unsigned index) NOEXCEPT;
516 CONSTCD11 date::weekday weekday() const NOEXCEPT;
517 CONSTCD11 unsigned index() const NOEXCEPT;
518 CONSTCD11 bool ok() const NOEXCEPT;
521 CONSTCD11 bool operator==(const weekday_indexed& x, const weekday_indexed& y) NOEXCEPT;
522 CONSTCD11 bool operator!=(const weekday_indexed& x, const weekday_indexed& y) NOEXCEPT;
535 explicit CONSTCD11 weekday_last(const date::weekday& wd) NOEXCEPT;
537 CONSTCD11 date::weekday weekday() const NOEXCEPT;
538 CONSTCD11 bool ok() const NOEXCEPT;
541 CONSTCD11 bool operator==(const weekday_last& x, const weekday_last& y) NOEXCEPT;
542 CONSTCD11 bool operator!=(const weekday_last& x, const weekday_last& y) NOEXCEPT;
564 CONSTCD11 year_month(const date::year& y, const date::month& m) NOEXCEPT;
566 CONSTCD11 date::year year() const NOEXCEPT;
567 CONSTCD11 date::month month() const NOEXCEPT;
576 CONSTCD11 bool ok() const NOEXCEPT;
579 CONSTCD11 bool operator==(const year_month& x, const year_month& y) NOEXCEPT;
580 CONSTCD11 bool operator!=(const year_month& x, const year_month& y) NOEXCEPT;
581 CONSTCD11 bool operator< (const year_month& x, const year_month& y) NOEXCEPT;
582 CONSTCD11 bool operator> (const year_month& x, const year_month& y) NOEXCEPT;
583 CONSTCD11 bool operator<=(const year_month& x, const year_month& y) NOEXCEPT;
584 CONSTCD11 bool operator>=(const year_month& x, const year_month& y) NOEXCEPT;
593 CONSTCD11 months operator-(const year_month& x, const year_month& y) NOEXCEPT;
594 CONSTCD11 year_month operator+(const year_month& ym, const years& dy) NOEXCEPT;
595 CONSTCD11 year_month operator+(const years& dy, const year_month& ym) NOEXCEPT;
596 CONSTCD11 year_month operator-(const year_month& ym, const years& dy) NOEXCEPT;
611 CONSTCD11 month_day(const date::month& m, const date::day& d) NOEXCEPT;
613 CONSTCD11 date::month month() const NOEXCEPT;
614 CONSTCD11 date::day day() const NOEXCEPT;
619 CONSTCD11 bool operator==(const month_day& x, const month_day& y) NOEXCEPT;
620 CONSTCD11 bool operator!=(const month_day& x, const month_day& y) NOEXCEPT;
621 CONSTCD11 bool operator< (const month_day& x, const month_day& y) NOEXCEPT;
622 CONSTCD11 bool operator> (const month_day& x, const month_day& y) NOEXCEPT;
623 CONSTCD11 bool operator<=(const month_day& x, const month_day& y) NOEXCEPT;
624 CONSTCD11 bool operator>=(const month_day& x, const month_day& y) NOEXCEPT;
637 CONSTCD11 explicit month_day_last(const date::month& m) NOEXCEPT;
639 CONSTCD11 date::month month() const NOEXCEPT;
640 CONSTCD11 bool ok() const NOEXCEPT;
643 CONSTCD11 bool operator==(const month_day_last& x, const month_day_last& y) NOEXCEPT;
644 CONSTCD11 bool operator!=(const month_day_last& x, const month_day_last& y) NOEXCEPT;
645 CONSTCD11 bool operator< (const month_day_last& x, const month_day_last& y) NOEXCEPT;
646 CONSTCD11 bool operator> (const month_day_last& x, const month_day_last& y) NOEXCEPT;
647 CONSTCD11 bool operator<=(const month_day_last& x, const month_day_last& y) NOEXCEPT;
648 CONSTCD11 bool operator>=(const month_day_last& x, const month_day_last& y) NOEXCEPT;
661 CONSTCD11 month_weekday(const date::month& m,
664 CONSTCD11 date::month month() const NOEXCEPT;
665 CONSTCD11 date::weekday_indexed weekday_indexed() const NOEXCEPT;
667 CONSTCD11 bool ok() const NOEXCEPT;
670 CONSTCD11 bool operator==(const month_weekday& x, const month_weekday& y) NOEXCEPT;
671 CONSTCD11 bool operator!=(const month_weekday& x, const month_weekday& y) NOEXCEPT;
685 CONSTCD11 month_weekday_last(const date::month& m,
688 CONSTCD11 date::month month() const NOEXCEPT;
689 CONSTCD11 date::weekday_last weekday_last() const NOEXCEPT;
691 CONSTCD11 bool ok() const NOEXCEPT;
694 CONSTCD11
696 CONSTCD11
713 CONSTCD11 year_month_day(const date::year& y, const date::month& m,
727 CONSTCD11 date::year year() const NOEXCEPT;
728 CONSTCD11 date::month month() const NOEXCEPT;
729 CONSTCD11 date::day day() const NOEXCEPT;
740 CONSTCD11 bool operator==(const year_month_day& x, const year_month_day& y) NOEXCEPT;
741 CONSTCD11 bool operator!=(const year_month_day& x, const year_month_day& y) NOEXCEPT;
742 CONSTCD11 bool operator< (const year_month_day& x, const year_month_day& y) NOEXCEPT;
743 CONSTCD11 bool operator> (const year_month_day& x, const year_month_day& y) NOEXCEPT;
744 CONSTCD11 bool operator<=(const year_month_day& x, const year_month_day& y) NOEXCEPT;
745 CONSTCD11 bool operator>=(const year_month_day& x, const year_month_day& y) NOEXCEPT;
753 CONSTCD11 year_month_day operator+(const year_month_day& ymd, const years& dy) NOEXCEPT;
754 CONSTCD11 year_month_day operator+(const years& dy, const year_month_day& ymd) NOEXCEPT;
755 CONSTCD11 year_month_day operator-(const year_month_day& ymd, const years& dy) NOEXCEPT;
769 CONSTCD11 year_month_day_last(const date::year& y,
779 CONSTCD11 date::year year() const NOEXCEPT;
780 CONSTCD11 date::month month() const NOEXCEPT;
781 CONSTCD11 date::month_day_last month_day_last() const NOEXCEPT;
786 CONSTCD11 bool ok() const NOEXCEPT;
789 CONSTCD11
791 CONSTCD11
793 CONSTCD11
795 CONSTCD11
797 CONSTCD11
799 CONSTCD11
812 CONSTCD11
816 CONSTCD11
825 CONSTCD11
843 CONSTCD11 year_month_weekday(const date::year& y, const date::month& m,
855 CONSTCD11 date::year year() const NOEXCEPT;
856 CONSTCD11 date::month month() const NOEXCEPT;
857 CONSTCD11 date::weekday weekday() const NOEXCEPT;
858 CONSTCD11 unsigned index() const NOEXCEPT;
859 CONSTCD11 date::weekday_indexed weekday_indexed() const NOEXCEPT;
870 CONSTCD11
872 CONSTCD11
885 CONSTCD11
889 CONSTCD11
898 CONSTCD11
915 CONSTCD11 year_month_weekday_last(const date::year& y, const date::month& m,
925 CONSTCD11 date::year year() const NOEXCEPT;
926 CONSTCD11 date::month month() const NOEXCEPT;
927 CONSTCD11 date::weekday weekday() const NOEXCEPT;
928 CONSTCD11 date::weekday_last weekday_last() const NOEXCEPT;
932 CONSTCD11 bool ok() const NOEXCEPT;
938 CONSTCD11
942 CONSTCD11
956 CONSTCD11
960 CONSTCD11
969 CONSTCD11
981 CONSTCD11 date::day operator ""_d(unsigned long long d) NOEXCEPT;
982 CONSTCD11 date::year operator ""_y(unsigned long long y) NOEXCEPT;
1121 CONSTCD11
1215 CONSTCD11
1228 CONSTCD11
1330 CONSTCD11
1339 CONSTCD11
1350 CONSTCD11
1361 CONSTCD11
1409 CONSTCD11
1422 CONSTCD11
1433 CONSTCD11 inline day::day(unsigned d) NOEXCEPT : d_(static_cast<decltype(d_)>(d)) {}
1440 CONSTCD11 inline day::operator unsigned() const NOEXCEPT {return d_;}
1441 CONSTCD11 inline bool day::ok() const NOEXCEPT {return 1 <= d_ && d_ <= 31;}
1443 CONSTCD11
1451 CONSTCD11
1459 CONSTCD11
1467 CONSTCD11
1475 CONSTCD11
1483 CONSTCD11
1491 CONSTCD11
1500 CONSTCD11
1508 CONSTCD11
1516 CONSTCD11
1554 CONSTCD11 inline month::month(unsigned m) NOEXCEPT : m_(static_cast<decltype(m_)>(m)) {}
1578 CONSTCD11 inline month::operator unsigned() const NOEXCEPT {return m_;}
1579 CONSTCD11 inline bool month::ok() const NOEXCEPT {return 1 <= m_ && m_ <= 12;}
1581 CONSTCD11
1589 CONSTCD11
1597 CONSTCD11
1605 CONSTCD11
1613 CONSTCD11
1621 CONSTCD11
1696 CONSTCD11 inline year::year(int y) NOEXCEPT : y_(static_cast<decltype(y_)>(y)) {}
1703 CONSTCD11 inline year year::operator-() const NOEXCEPT {return year{-y_};}
1704 CONSTCD11 inline year year::operator+() const NOEXCEPT {return *this;}
1706 CONSTCD11
1714 CONSTCD11 inline year::operator int() const NOEXCEPT {return y_;}
1716 CONSTCD11
1724 CONSTCD11
1732 CONSTCD11
1740 CONSTCD11
1748 CONSTCD11
1756 CONSTCD11
1764 CONSTCD11
1772 CONSTCD11
1780 CONSTCD11
1788 CONSTCD11
1796 CONSTCD11
1844 CONSTCD11
1885 CONSTCD11 inline bool weekday::ok() const NOEXCEPT {return wd_ <= 6;}
1887 CONSTCD11
1894 CONSTCD11
1901 CONSTCD11
1909 CONSTCD11
1987 CONSTCD11
1995 CONSTCD11
2054 CONSTCD11
2062 CONSTCD11 inline unsigned weekday_indexed::index() const NOEXCEPT {return index_;}
2064 CONSTCD11
2077 CONSTCD11
2111 CONSTCD11
2119 CONSTCD11
2127 CONSTCD11
2137 CONSTCD11 inline date::weekday weekday_last::weekday() const NOEXCEPT {return wd_;}
2138 CONSTCD11 inline bool weekday_last::ok() const NOEXCEPT {return wd_.ok();}
2139 CONSTCD11 inline weekday_last::weekday_last(const date::weekday& wd) NOEXCEPT : wd_(wd) {}
2141 CONSTCD11
2149 CONSTCD11
2180 CONSTCD11
2190 CONSTCD11
2197 CONSTCD11 inline year year_month::year() const NOEXCEPT {return y_;}
2198 CONSTCD11 inline month year_month::month() const NOEXCEPT {return m_;}
2199 CONSTCD11 inline bool year_month::ok() const NOEXCEPT {return y_.ok() && m_.ok();}
2239 CONSTCD11
2247 CONSTCD11
2255 CONSTCD11
2265 CONSTCD11
2273 CONSTCD11
2281 CONSTCD11
2319 CONSTCD11
2328 CONSTCD11
2336 CONSTCD11
2344 CONSTCD11
2378 CONSTCD11
2385 CONSTCD11 inline date::month month_day::month() const NOEXCEPT {return m_;}
2386 CONSTCD11 inline date::day month_day::day() const NOEXCEPT {return d_;}
2403 CONSTCD11
2411 CONSTCD11
2419 CONSTCD11
2429 CONSTCD11
2437 CONSTCD11
2445 CONSTCD11
2479 CONSTCD11 inline month month_day_last::month() const NOEXCEPT {return m_;}
2480 CONSTCD11 inline bool month_day_last::ok() const NOEXCEPT {return m_.ok();}
2481 CONSTCD11 inline month_day_last::month_day_last(const date::month& m) NOEXCEPT : m_(m) {}
2483 CONSTCD11
2491 CONSTCD11
2499 CONSTCD11
2507 CONSTCD11
2515 CONSTCD11
2523 CONSTCD11
2556 CONSTCD11
2564 CONSTCD11 inline month month_weekday::month() const NOEXCEPT {return m_;}
2566 CONSTCD11
2574 CONSTCD11
2582 CONSTCD11
2590 CONSTCD11
2624 CONSTCD11
2632 CONSTCD11 inline month month_weekday_last::month() const NOEXCEPT {return m_;}
2634 CONSTCD11
2642 CONSTCD11
2650 CONSTCD11
2658 CONSTCD11
2692 CONSTCD11
2738 CONSTCD11 inline year year_month_day_last::year() const NOEXCEPT {return y_;}
2739 CONSTCD11 inline month year_month_day_last::month() const NOEXCEPT {return mdl_.month();}
2741 CONSTCD11
2779 CONSTCD11
2787 CONSTCD11
2795 CONSTCD11
2803 CONSTCD11
2813 CONSTCD11
2821 CONSTCD11
2829 CONSTCD11
2888 CONSTCD11
2896 CONSTCD11
2904 CONSTCD11
2914 CONSTCD11
2943 CONSTCD11 inline year year_month_day::year() const NOEXCEPT {return y_;}
2944 CONSTCD11 inline month year_month_day::month() const NOEXCEPT {return m_;}
2945 CONSTCD11 inline day year_month_day::day() const NOEXCEPT {return d_;}
3028 CONSTCD11
3036 CONSTCD11
3044 CONSTCD11
3056 CONSTCD11
3064 CONSTCD11
3072 CONSTCD11
3147 CONSTCD11
3155 CONSTCD11
3163 CONSTCD11
3173 CONSTCD11
3233 CONSTCD11 inline year year_month_weekday::year() const NOEXCEPT {return y_;}
3234 CONSTCD11 inline month year_month_weekday::month() const NOEXCEPT {return m_;}
3236 CONSTCD11
3244 CONSTCD11
3252 CONSTCD11
3309 CONSTCD11
3318 CONSTCD11
3366 CONSTCD11
3374 CONSTCD11
3382 CONSTCD11
3392 CONSTCD11
3440 CONSTCD11 inline year year_month_weekday_last::year() const NOEXCEPT {return y_;}
3441 CONSTCD11 inline month year_month_weekday_last::month() const NOEXCEPT {return m_;}
3443 CONSTCD11
3451 CONSTCD11
3473 CONSTCD11
3490 CONSTCD11
3499 CONSTCD11
3547 CONSTCD11
3555 CONSTCD11
3563 CONSTCD11
3573 CONSTCD11
3581 CONSTCD11
3591 CONSTCD11
3599 CONSTCD11
3607 CONSTCD11
3615 CONSTCD11
3623 CONSTCD11 inline month_day operator/(const day& d, int m) NOEXCEPT {return m / d;}
3627 CONSTCD11
3635 CONSTCD11
3643 CONSTCD11
3651 CONSTCD11
3661 CONSTCD11
3669 CONSTCD11
3677 CONSTCD11
3685 CONSTCD11
3695 CONSTCD11
3703 CONSTCD11
3711 CONSTCD11
3719 CONSTCD11
3729 CONSTCD11
3737 CONSTCD11
3745 CONSTCD11
3753 CONSTCD11
3761 CONSTCD11
3769 CONSTCD11
3779 CONSTCD11
3787 CONSTCD11
3795 CONSTCD11
3803 CONSTCD11
3811 CONSTCD11
3821 CONSTCD11
3829 CONSTCD11
3837 CONSTCD11
3845 CONSTCD11
3853 CONSTCD11
3863 CONSTCD11
3871 CONSTCD11
3879 CONSTCD11
3887 CONSTCD11
3895 CONSTCD11
3980 CONSTCD11 decimal_format_seconds()
3985 CONSTCD11 explicit decimal_format_seconds(const Duration& d) NOEXCEPT
3991 CONSTCD11 std::chrono::seconds seconds() const NOEXCEPT {return s_;}
3992 CONSTCD11 precision subseconds() const NOEXCEPT {return sub_s_;}
3999 CONSTCD11 bool in_conventional_range() const NOEXCEPT
4052 CONSTCD11
4065 CONSTCD11
4093 CONSTCD11 hh_mm_ss() NOEXCEPT
4097 CONSTCD11 explicit hh_mm_ss(Duration d) NOEXCEPT
4104 CONSTCD11 std::chrono::hours hours() const NOEXCEPT {return h_;}
4105 CONSTCD11 std::chrono::minutes minutes() const NOEXCEPT {return m_;}
4106 CONSTCD11 std::chrono::seconds seconds() const NOEXCEPT {return s_.seconds();}
4109 CONSTCD11 precision subseconds() const NOEXCEPT {return s_.subseconds();}
4110 CONSTCD11 bool is_negative() const NOEXCEPT {return neg_;}
4112 CONSTCD11 explicit operator precision() const NOEXCEPT {return to_duration();}
4113 CONSTCD11 precision to_duration() const NOEXCEPT
4116 CONSTCD11 bool in_conventional_range() const NOEXCEPT
4212 CONSTCD11
4267 CONSTCD11 string_literal() NOEXCEPT
4279 CONSTCD11 string_literal(CharT c) NOEXCEPT
4286 CONSTCD11 string_literal(CharT c1, CharT c2) NOEXCEPT
4293 CONSTCD11 string_literal(CharT c1, CharT c2, CharT c3) NOEXCEPT
4323 CONSTCD11 const CharT* data() const NOEXCEPT {return p_;}
4324 CONSTCD11 std::size_t size() const NOEXCEPT {return N-1;}
4326 CONSTCD11 const_iterator begin() const NOEXCEPT {return p_;}
4327 CONSTCD11 const_iterator end() const NOEXCEPT {return p_ + N-1;}
4329 CONSTCD11 CharT const& operator[](std::size_t n) const NOEXCEPT
4351 CONSTCD11
4360 CONSTCD11
4532 CONSTCD11
4541 CONSTCD11
4550 CONSTCD11
4559 CONSTCD11
4568 CONSTCD11
4581 CONSTCD11
4594 CONSTCD11
4603 CONSTCD11
4612 CONSTCD11
4621 CONSTCD11
4630 CONSTCD11
4639 CONSTCD11
4648 CONSTCD11
4657 CONSTCD11
4666 CONSTCD11
4675 CONSTCD11
4684 CONSTCD11
4693 CONSTCD11
4703 CONSTCD11
4712 CONSTCD11
4721 CONSTCD11
4730 CONSTCD11