uTL
micro Template library
testing::internal::DoubleSequence< false, IndexSequence< I... >, sizeofT > Struct Template Reference

#include <gtest.h>

Public Types

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

Detailed Description

template<size_t... I, size_t sizeofT>
struct testing::internal::DoubleSequence< false, IndexSequence< I... >, sizeofT >

Definition at line 7658 of file gtest.h.

Member Typedef Documentation

◆ type

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

Definition at line 7659 of file gtest.h.


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