|
template<typename T , typename U > |
bool | rmm::mr::operator== (polymorphic_allocator< T > const &lhs, polymorphic_allocator< U > const &rhs) |
| 比较两个 polymorphic_allocator 是否相等。 更多...
|
|
template<typename T , typename U > |
bool | rmm::mr::operator!= (polymorphic_allocator< T > const &lhs, polymorphic_allocator< U > const &rhs) |
| 比较两个 polymorphic_allocator 是否不相等。 更多...
|
|
template<typename A , typename O > |
bool | rmm::mr::operator== (stream_allocator_adaptor< A > const &lhs, stream_allocator_adaptor< O > const &rhs) |
| 比较两个 stream_allocator_adaptor 是否相等。 更多...
|
|
template<typename A , typename O > |
bool | rmm::mr::operator!= (stream_allocator_adaptor< A > const &lhs, stream_allocator_adaptor< O > const &rhs) |
| 比较两个 stream_allocator_adaptor 是否不相等。 更多...
|
|