operator==,!=,<,<=,>,>=(std::experimental::propagate_const)
template
<class
T>
constexpr bool operator==(const propagate_const<T>& pt, nullptr_t); |
(1) | (库基础 TS v2) |
template
<class
T>
constexpr bool operator==(nullptr_t, const propagate_const<T>& pt); |
(2) | (库基础 TS v2) |
template
<class
T>
constexpr bool operator!=(const propagate_const<T>& pt, nullptr_t); |
(3) | (库基础 TS v2) |
template
<class
T>
constexpr bool operator!=(nullptr_t, const propagate_const<T>& pt); |
(4) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr
bool
operator==(const
propagate_const<T>&
pt, |
(5) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr
bool
operator!=(const
propagate_const<T>&
pt, |
(6) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr
bool
operator<(const
propagate_const<T>&
pt, |
(7) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr
bool
operator>(const
propagate_const<T>&
pt, |
(8) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr
bool
operator<=(const
propagate_const<T>&
pt, |
(9) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr
bool
operator>=(const
propagate_const<T>&
pt, |
(10) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator==(const propagate_const<T>& pt, const U& u); |
(11) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator!=(const propagate_const<T>& pt, const U& u); |
(12) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator==(const T& t, const propagate_const<U>& pu); |
(13) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator!=(const T& t, const propagate_const<U>& pu); |
(14) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator<(const propagate_const<T>& pt, const U& u); |
(15) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator>(const propagate_const<T>& pt, const U& u); |
(16) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator<=(const propagate_const<T>& pt, const U& u); |
(17) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator>=(const propagate_const<T>& pt, const U& u); |
(18) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator<(const T& t, const propagate_const<U>& pu); |
(19) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator>(const T& t, const propagate_const<U>& pu); |
(20) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator<=(const T& t, const propagate_const<U>& pu); |
(21) | (库基础 TS v2) |
template
<class
T, class
U>
constexpr bool operator>=(const T& t, const propagate_const<U>& pu); |
(22) | (库基础 TS v2) |
在二个 propagate_const
的被包装指针,或一个 propagate_const
和
nullptr
,或一个 propagate_const
和另一对象之间比较。
propagate_const
和
nullptr
的相等比较。propagate_const
的相等比较。propagate_const
的顺序比较。propagate_const
和另一对象的相等比较。propagate_const
和另一对象的顺序比较。参数
pt, pu | - | 要比较的 propagate_const
|
t, u | - | 要比较的另一对象 |
返回值
令 t_
代表 propagate_const
所包装的底层仿指针对象