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