QUDA  v1.1.0
A library for QCD on GPUs
Public Types | List of all members
testing::internal::DoubleSequence< true, IndexSequence< I... >, sizeofT > Struct Template Reference

#include <gtest-internal.h>

Public Types

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

Detailed Description

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

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

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>

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


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