Public Types | List of all members
absl::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 > Struct Template Reference

#include <utility.h>

Public Types

using type = integer_sequence< T, Ints...,(Ints+SeqSize)..., 2 *SeqSize >
 

Detailed Description

template<typename T, T... Ints, size_t SeqSize>
struct absl::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 >

Definition at line 99 of file utility.h.

Member Typedef Documentation

template<typename T , T... Ints, size_t SeqSize>
using absl::utility_internal::Extend< integer_sequence< T, Ints... >, SeqSize, 1 >::type = integer_sequence<T, Ints..., (Ints + SeqSize)..., 2 * SeqSize>

Definition at line 100 of file utility.h.


The documentation for this struct was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:20:00