thrust::negation

Defined in thrust/type_traits/logical_metafunctions.h

template<typename T>
struct negation

constexpr bool whose value is (... || Ts::value).

whose value is !Ts::value.

See also

disjunction

See also

See also

negation_v

See also

negation_value

See also