Index sequence covering the given parameter pack.

Synopsis

Declared in <absl/utility/utility.h>

template<class... T>
using index_sequence_for [[deprecated("Use std::index_sequence_for instead.")]] = std::index_sequence_for<T...>;
Warning

Deprecated: Use std::index_sequence_for instead.. Use of this entity is allowed but discouraged.

Created with MrDocs