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; // removed in C++20
36 bool operator<(const error_category& rhs) const noexcept; // removed in C++20
50 inline constexpr bool is_error_condition_enum_v = is_error_condition_enum<_Tp>::value; // C++17
53 inline constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value; // C++17
75 explicit operator bool() const noexcept;
102 explicit operator bool() const noexcept;
127 bool operator==(const error_code& lhs, const error_code& rhs) noexcept;
128 bool operator==(const error_code& lhs, const error_condition& rhs) noexcept;
129 bool operator==(const error_condition& lhs, const error_code& rhs) noexcept; // re…
130 bool operator==(const error_condition& lhs, const error_condition& rhs) noexcept;
131 bool operator!=(const error_code& lhs, const error_code& rhs) noexcept; // re…
132 bool operator!=(const error_code& lhs, const error_condition& rhs) noexcept; // re…
133 bool operator!=(const error_condition& lhs, const error_code& rhs) noexcept; // re…
134 bool operator!=(const error_condition& lhs, const error_condition& rhs) noexcept; // re…
135 bool operator<(const error_condition& lhs, const error_condition& rhs) noexcept; // re…
136 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; // re…
177 inline constexpr bool is_error_code_enum_v = is_error_code_enum<_Tp>::value;
188 inline constexpr bool is_error_condition_enum_v = is_error_condition_enum<_Tp>::value;
224 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT;
225 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT;
229 bool operator==(const error_category& __rhs) const _NOEXCEPT {return this == &__rhs;}
239 bool operator!=(const error_category& __rhs) const _NOEXCEPT {return !(*this == __rhs);}
242 bool operator< (const error_category& __rhs) const _NOEXCEPT {return this < &__rhs;}
324 explicit operator bool() const _NOEXCEPT {return __val_ != 0;}
399 explicit operator bool() const _NOEXCEPT {return __val_ != 0;}
410 bool
417 bool
426 bool
434 bool
443 bool
448 bool
453 bool
458 bool
463 bool
471 bool