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