Index sequence of the values 0, 1, ..., N‐1.
Synopsis
Declared in <absl/utility/utility.h>
template<size_t N>
using make_index_sequence [[deprecated("Use std::make_index_sequence instead.")]] = std::make_index_sequence<N>;
|
Warning
|
Deprecated: Use std::make_index_sequence instead.. Use of this entity is allowed but discouraged. |
Created with MrDocs