Lines Matching refs:__ptr_
56 __node_pointer_type __ptr_ = nullptr;
62 __ptr_ = nullptr;
69 if (__ptr_ != nullptr)
75 __alloc, true)(__ptr_);
76 __ptr_ = nullptr;
83 : __ptr_(__ptr), __alloc_(__alloc)
93 : __ptr_(__other.__ptr_),
96 __other.__ptr_ = nullptr;
111 __ptr_ = __other.__ptr_;
117 __other.__ptr_ = nullptr;
127 explicit operator bool() const { return __ptr_ != nullptr; }
130 bool empty() const { return __ptr_ == nullptr; }
138 swap(__ptr_, __other.__ptr_);
163 return static_cast<_Derived const*>(this)->__ptr_->__value_;
177 __ptr_->__value_.__ref().first;
184 __ptr_->__value_.__ref().second;