QUDA  v1.1.0
A library for QCD on GPUs
Public Types | Public Member Functions | List of all members
testing::internal::FlatTupleBase< FlatTuple< T... >, IndexSequence< Idx... > > Struct Template Reference

#include <gtest-internal.h>

+ Inheritance diagram for testing::internal::FlatTupleBase< FlatTuple< T... >, IndexSequence< Idx... > >:

Public Types

using Indices = IndexSequence< Idx... >
 

Public Member Functions

 FlatTupleBase ()=default
 
 FlatTupleBase (T... t)
 

Detailed Description

template<size_t... Idx, typename... T>
struct testing::internal::FlatTupleBase< FlatTuple< T... >, IndexSequence< Idx... > >

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

Member Typedef Documentation

◆ Indices

template<size_t... Idx, typename... T>
using testing::internal::FlatTupleBase< FlatTuple< T... >, IndexSequence< Idx... > >::Indices = IndexSequence<Idx...>

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

Constructor & Destructor Documentation

◆ FlatTupleBase() [1/2]

template<size_t... Idx, typename... T>
testing::internal::FlatTupleBase< FlatTuple< T... >, IndexSequence< Idx... > >::FlatTupleBase ( )
default

◆ FlatTupleBase() [2/2]

template<size_t... Idx, typename... T>
testing::internal::FlatTupleBase< FlatTuple< T... >, IndexSequence< Idx... > >::FlatTupleBase ( T...  t)
inlineexplicit

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


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