Lines Matching refs:U
50 template<typename U> cache_aligned_allocator(const cache_aligned_allocator<U>&) noexcept {} in cache_aligned_allocator() argument
74 template<typename U> struct rebind {
75 using other = cache_aligned_allocator<U>;
77 template<typename U, typename... Args>
78 void construct(U *p, Args&&... args) in construct()
79 { ::new (p) U(std::forward<Args>(args)...); } in construct()
93 template<typename U> struct rebind {
94 using other = cache_aligned_allocator<U>;
99 template<typename T, typename U>
100 bool operator==(const cache_aligned_allocator<T>&, const cache_aligned_allocator<U>&) noexcept { re…
103 template<typename T, typename U>
104 bool operator!=(const cache_aligned_allocator<T>&, const cache_aligned_allocator<U>&) noexcept { re…