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

Detailed description

template< typename Tp>
struct IsVolatile< Tp >

Volatile modifier test.

Deprecated:
[Since 1.16.0] The cub::IsVolatile APIs are deprecated. Use std::is_volatile instead.

Static Public Members

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

Member Data Documentation

template<typename Tp >
constexpr int IsVolatile< Tp >::VALUE = std::is_volatile<Tp>::value
static

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