|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | operator== (recycle_allocator< T, Host_Allocator > const &, recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | operator!= (recycle_allocator< T, Host_Allocator > const &, recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | operator== (aggressive_recycle_allocator< T, Host_Allocator > const &, aggressive_recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<typename T , typename U , typename Host_Allocator > |
constexpr bool | operator!= (aggressive_recycle_allocator< T, Host_Allocator > const &, aggressive_recycle_allocator< U, Host_Allocator > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator== (cuda_pinned_allocator< T > const &, cuda_pinned_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator!= (cuda_pinned_allocator< T > const &, cuda_pinned_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator== (cuda_device_allocator< T > const &, cuda_device_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator!= (cuda_device_allocator< T > const &, cuda_device_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator== (hip_pinned_allocator< T > const &, hip_pinned_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator!= (hip_pinned_allocator< T > const &, hip_pinned_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator== (hip_device_allocator< T > const &, hip_device_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator!= (hip_device_allocator< T > const &, hip_device_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator== (sycl_host_default_allocator< T > const &, sycl_host_default_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator!= (sycl_host_default_allocator< T > const &, sycl_host_default_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator== (sycl_device_default_allocator< T > const &, sycl_device_default_allocator< U > const &) noexcept |
|
template<class T , class U > |
constexpr bool | operator!= (sycl_device_default_allocator< T > const &, sycl_device_default_allocator< U > const &) noexcept |
|