thrust::disjunction_value

Defined in thrust/type_traits/logical_metafunctions.h

template<bool... Bs>
using thrust::disjunction_value = disjunction<::cuda::std::bool_constant<Bs>...>

whose value is (... || Bs).

See also

disjunction_value_v

See also

disjunction

See also