thrust::is_execution_policy_v#
-
template<typename T>
constexpr bool thrust::is_execution_policy_v = is_execution_policy<T>::value# constexpr boolthat istrueifTis an ExecutionPolicy andfalseotherwise.
constexpr bool that is true if T is an ExecutionPolicy and false otherwise.