testing::internal::DoubleSequence< true, IndexSequence< I... >, sizeofT > Struct Template Reference

#include <gtest.h>

Public Types

using type = IndexSequence< I...,(sizeofT+I)..., 2 *sizeofT >
 

Member Typedef Documentation

◆ type

template<size_t... I, size_t sizeofT>
using testing::internal::DoubleSequence< true, IndexSequence< I... >, sizeofT >::type = IndexSequence<I..., (sizeofT + I)..., 2 * sizeofT>

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