Friends | List of all members
rmm::mr::detail::maybe_remove_property< PoolResource, Upstream, Property, cuda::std::enable_if_t<!cuda::has_property< Upstream, Property > > > Struct Template Reference

Specialization of maybe_remove_property to not propagate nonexistent properties. More...

#include <pool_memory_resource.hpp>

Friends

void get_property (const PoolResource &, Property)=delete
 Explicit removal of the friend function so we do not pretend to provide device accessible memory.
 

Detailed Description

template<class PoolResource, class Upstream, class Property>
struct rmm::mr::detail::maybe_remove_property< PoolResource, Upstream, Property, cuda::std::enable_if_t<!cuda::has_property< Upstream, Property > > >

Specialization of maybe_remove_property to not propagate nonexistent properties.


The documentation for this struct was generated from the following file: