Lines Matching refs:U
121 template <typename U>
123 using other = SwapAllocator<U>;
128 template <typename U>
129 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator()
139 template <typename U>
142 template <typename U>
143 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);
157 template <typename U>
159 using other = SwapAllocator<U>;
164 template <typename U>
165 SwapAllocator(const SwapAllocator<U>& other) in SwapAllocator()
200 template <class U, class... Args>
201 void construct(U* p, Args&&... args) { in construct()
202 ::new (static_cast<void*>(p)) U(std::forward<Args>(args)...); in construct()
218 template <typename U>
221 template <typename U>
222 friend bool operator==(const SwapAllocator<U>& lhs, const SwapAllocator<U>& rhs);