Lines Matching refs:bool
30 template <class Rep> inline constexpr bool treat_as_floating_point_v
182 bool operator==(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
185 bool operator!=(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
188 bool operator< (const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
191 bool operator<=(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
194 bool operator> (const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
197 bool operator>=(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
228 … bool operator==(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
230 … bool operator!=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
232 … bool operator< (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
234 … bool operator<=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
236 … bool operator> (const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
238 … bool operator>=(const time_point<Clock, Duration1>& lhs, const time_point<Clock, Duration2>& rhs);
269 static const bool is_steady = false; // constexpr in C++14
288 static constexpr bool is_steady = false;
309 static const bool is_steady = true; // constexpr in C++14
329 constexpr bool operator==(const day& x, const day& y) noexcept;
338 constexpr bool operator==(const month& x, const month& y) noexcept;
339 constexpr bool operator!=(const month& x, const month& y) noexcept;
340 constexpr bool operator< (const month& x, const month& y) noexcept;
341 constexpr bool operator> (const month& x, const month& y) noexcept;
342 constexpr bool operator<=(const month& x, const month& y) noexcept;
343 constexpr bool operator>=(const month& x, const month& y) noexcept;
351 constexpr bool operator==(const year& x, const year& y) noexcept;
352 constexpr bool operator!=(const year& x, const year& y) noexcept;
353 constexpr bool operator< (const year& x, const year& y) noexcept;
354 constexpr bool operator> (const year& x, const year& y) noexcept;
355 constexpr bool operator<=(const year& x, const year& y) noexcept;
356 constexpr bool operator>=(const year& x, const year& y) noexcept;
365 constexpr bool operator==(const weekday& x, const weekday& y) noexcept;
366 constexpr bool operator!=(const weekday& x, const weekday& y) noexcept;
375 constexpr bool operator==(const weekday_indexed& x, const weekday_indexed& y) noexcept;
376 constexpr bool operator!=(const weekday_indexed& x, const weekday_indexed& y) noexcept;
381 constexpr bool operator==(const weekday_last& x, const weekday_last& y) noexcept;
382 constexpr bool operator!=(const weekday_last& x, const weekday_last& y) noexcept;
387 constexpr bool operator==(const month_day& x, const month_day& y) noexcept;
388 constexpr bool operator!=(const month_day& x, const month_day& y) noexcept;
389 constexpr bool operator< (const month_day& x, const month_day& y) noexcept;
390 constexpr bool operator> (const month_day& x, const month_day& y) noexcept;
391 constexpr bool operator<=(const month_day& x, const month_day& y) noexcept;
392 constexpr bool operator>=(const month_day& x, const month_day& y) noexcept;
398 constexpr bool operator==(const month_day_last& x, const month_day_last& y) noexcept;
399 constexpr bool operator!=(const month_day_last& x, const month_day_last& y) noexcept;
400 constexpr bool operator< (const month_day_last& x, const month_day_last& y) noexcept;
401 constexpr bool operator> (const month_day_last& x, const month_day_last& y) noexcept;
402 constexpr bool operator<=(const month_day_last& x, const month_day_last& y) noexcept;
403 constexpr bool operator>=(const month_day_last& x, const month_day_last& y) noexcept;
408 constexpr bool operator==(const month_weekday& x, const month_weekday& y) noexcept;
409 constexpr bool operator!=(const month_weekday& x, const month_weekday& y) noexcept;
414 constexpr bool operator==(const month_weekday_last& x, const month_weekday_last& y) noexcept;
415 constexpr bool operator!=(const month_weekday_last& x, const month_weekday_last& y) noexcept;
421 constexpr bool operator==(const year_month& x, const year_month& y) noexcept;
422 constexpr bool operator!=(const year_month& x, const year_month& y) noexcept;
423 constexpr bool operator< (const year_month& x, const year_month& y) noexcept;
424 constexpr bool operator> (const year_month& x, const year_month& y) noexcept;
425 constexpr bool operator<=(const year_month& x, const year_month& y) noexcept;
426 constexpr bool operator>=(const year_month& x, const year_month& y) noexcept;
439 constexpr bool operator==(const year_month_day& x, const year_month_day& y) noexcept;
440 constexpr bool operator!=(const year_month_day& x, const year_month_day& y) noexcept;
441 constexpr bool operator< (const year_month_day& x, const year_month_day& y) noexcept;
442 constexpr bool operator> (const year_month_day& x, const year_month_day& y) noexcept;
443 constexpr bool operator<=(const year_month_day& x, const year_month_day& y) noexcept;
444 constexpr bool operator>=(const year_month_day& x, const year_month_day& y) noexcept;
457 constexpr bool operator==(const year_month_day_last& x,
459 constexpr bool operator!=(const year_month_day_last& x,
461 constexpr bool operator< (const year_month_day_last& x,
463 constexpr bool operator> (const year_month_day_last& x,
465 constexpr bool operator<=(const year_month_day_last& x,
467 constexpr bool operator>=(const year_month_day_last& x,
486 constexpr bool operator==(const year_month_weekday& x,
488 constexpr bool operator!=(const year_month_weekday& x,
507 constexpr bool operator==(const year_month_weekday_last& x,
509 constexpr bool operator!=(const year_month_weekday_last& x,
610 bool is_neg; // exposition only
623 constexpr bool is_negative() const noexcept;
634 constexpr bool is_am(hours const& h) noexcept;
635 constexpr bool is_pm(hours const& h) noexcept;
637 constexpr hours make24(const hours& h, bool is_pm) noexcept;
642 bool operator==(const time_zone& x, const time_zone& y) noexcept;
643 bool operator!=(const time_zone& x, const time_zone& y) noexcept;
644 bool operator<(const time_zone& x, const time_zone& y) noexcept;
645 bool operator>(const time_zone& x, const time_zone& y) noexcept;
646 bool operator<=(const time_zone& x, const time_zone& y) noexcept;
647 bool operator>=(const time_zone& x, const time_zone& y) noexcept;