thrust::negation_value

Defined in thrust/type_traits/logical_metafunctions.h

template<bool B>
using thrust::negation_value = ::cuda::std::bool_constant<!B>

whose value is !Bs.

See also

negation_value_v

See also

negation

See also