thrust::integer_sequence_push_front

Defined in thrust/type_traits/integer_sequence.h

template<typename T, T Value, typename Sequence>
using thrust::integer_sequence_push_front = typename detail::integer_sequence_push_front_impl<T, Value, Sequence>::type

Add a new element to the front of an integer_sequence.

See also

integer_sequence

See also

index_sequence

See also

make_integer_sequence

See also

make_index_sequence