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…