Lines Matching refs:pu
27 template <class T> constexpr bool operator==(nullptr_t, const propagate_const<T>& pu);
29 template <class T> constexpr bool operator!=(nullptr_t, const propagate_const<T>& pu);
30 …, class U> constexpr bool operator==(const propagate_const<T>& pt, const propagate_const<_Up>& pu);
31 …, class U> constexpr bool operator!=(const propagate_const<T>& pt, const propagate_const<_Up>& pu);
32 …T, class U> constexpr bool operator<(const propagate_const<T>& pt, const propagate_const<_Up>& pu);
33 …T, class U> constexpr bool operator>(const propagate_const<T>& pt, const propagate_const<_Up>& pu);
34 …, class U> constexpr bool operator<=(const propagate_const<T>& pt, const propagate_const<_Up>& pu);
35 …, class U> constexpr bool operator>=(const propagate_const<T>& pt, const propagate_const<_Up>& pu);
42 …emplate <class T, class U> constexpr bool operator==(const _Tp& t, const propagate_const<_Up>& pu);
43 …emplate <class T, class U> constexpr bool operator!=(const _Tp& t, const propagate_const<_Up>& pu);
44 …template <class T, class U> constexpr bool operator<(const _Tp& t, const propagate_const<_Up>& pu);
45 …template <class T, class U> constexpr bool operator>(const _Tp& t, const propagate_const<_Up>& pu);
46 …emplate <class T, class U> constexpr bool operator<=(const _Tp& t, const propagate_const<_Up>& pu);
47 …emplate <class T, class U> constexpr bool operator>=(const _Tp& t, const propagate_const<_Up>& pu);
50 …template <class T> constexpr void swap(propagate_const<T>& pt, propagate_const<T>& pu) noexcept(se…
63 template <class U> EXPLICIT constexpr propagate_const(propagate_const<_Up>&& pu); // see below
69 template <class U> constexpr propagate_const& operator=(propagate_const<_Up>&& pu);