Lines Matching refs:bool

30     virtual bool equivalent(int code, const error_condition& condition) const noexcept;
31 virtual bool equivalent(const error_code& code, int condition) const noexcept;
34 bool operator==(const error_category& rhs) const noexcept;
35 bool operator!=(const error_category& rhs) const noexcept;
36 bool operator<(const error_category& rhs) const noexcept;
49 inline constexpr bool is_error_condition_enum_v = is_error_condition_enum<_Tp>::value; // C++17
52 inline constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value; // C++17
74 explicit operator bool() const noexcept;
78 bool operator<(const error_code& lhs, const error_code& rhs) noexcept;
102 explicit operator bool() const noexcept;
105 bool operator<(const error_condition& lhs, const error_condition& rhs) noexcept;
129 bool operator==(const error_code& lhs, const error_code& rhs) noexcept;
130 bool operator==(const error_code& lhs, const error_condition& rhs) noexcept;
131 bool operator==(const error_condition& lhs, const error_code& rhs) noexcept;
132 bool operator==(const error_condition& lhs, const error_condition& rhs) noexcept;
133 bool operator!=(const error_code& lhs, const error_code& rhs) noexcept;
134 bool operator!=(const error_code& lhs, const error_condition& rhs) noexcept;
135 bool operator!=(const error_condition& lhs, const error_code& rhs) noexcept;
136 bool operator!=(const error_condition& lhs, const error_condition& rhs) noexcept;
172 inline constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
183 inline constexpr bool is_error_condition_enum_v = is_error_condition_enum<_Tp>::value;
219 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
220 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
224 bool operator==(const error_category& __rhs) const _NOEXCEPT {return this == &__rhs;}
227 bool operator!=(const error_category& __rhs) const _NOEXCEPT {return !(*this == __rhs);}
230 bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
296 explicit operator bool() const _NOEXCEPT {return __val_ != 0;}
307 bool
372 explicit operator bool() const _NOEXCEPT {return __val_ != 0;}
383 bool
391 bool
398 bool
406 bool
413 bool
420 bool
425 bool
430 bool
435 bool