Lines Matching defs:operator
73 sk_cfp<T>& operator=(std::nullptr_t) { this->reset(); return *this; }
80 sk_cfp<T>& operator=(const sk_cfp<T>& that) {
92 sk_cfp<T>& operator=(sk_cfp<T>&& that) {
97 explicit operator bool() const { return this->get() != nil; }
100 T operator*() const {
143 template <typename T> inline bool operator==(const sk_cfp<T>& a,
147 template <typename T> inline bool operator==(const sk_cfp<T>& a,
151 template <typename T> inline bool operator==(std::nullptr_t,
156 template <typename T> inline bool operator!=(const sk_cfp<T>& a,
160 template <typename T> inline bool operator!=(const sk_cfp<T>& a,
164 template <typename T> inline bool operator!=(std::nullptr_t,