CUB  
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Members | List of all members
IsPointer< Tp > Struct Template Reference

Detailed description

template< typename Tp>
struct IsPointer< Tp >

Pointer vs. iterator.

Deprecated:
[Since 1.16.0] The cub::IsPointer APIs are deprecated. Use std::is_pointer instead.

Static Public Members

static constexpr int VALUE = std::is_pointer<Tp>::value
 

Member Data Documentation

template<typename Tp >
constexpr int IsPointer< Tp >::VALUE = std::is_pointer<Tp>::value
static

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