Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
testing::internal::DoubleSequence< false, IndexSequence< I...>, sizeofT > Struct Template Reference

#include <gtest-internal.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 1139 of file gtest-internal.h.

Member Typedef Documentation

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

Definition at line 1140 of file gtest-internal.h.


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