thrust::is_execution_policy_v

Defined in thrust/type_traits/is_execution_policy.h

template<typename T>
constexpr bool thrust::is_execution_policy_v = is_execution_policy<T>::value

constexpr bool that is true if T is an ExecutionPolicy and false otherwise.