Lines Matching refs:bool
25 bool operator==(const type_index& rhs) const noexcept;
26 bool operator!=(const type_index& rhs) const noexcept;
27 bool operator< (const type_index& rhs) const noexcept;
28 bool operator<=(const type_index& rhs) const noexcept;
29 bool operator> (const type_index& rhs) const noexcept;
30 bool operator>=(const type_index& rhs) const noexcept;
76 bool operator==(const type_index& __y) const _NOEXCEPT
79 bool operator!=(const type_index& __y) const _NOEXCEPT
82 bool operator< (const type_index& __y) const _NOEXCEPT
85 bool operator<=(const type_index& __y) const _NOEXCEPT
88 bool operator> (const type_index& __y) const _NOEXCEPT
91 bool operator>=(const type_index& __y) const _NOEXCEPT