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 constexpr int | VALUE = std::is_pointer<Tp>::value |
|
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: