Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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... > >:
Inheritance graph
[legend]

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 1195 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 1197 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 1199 of file gtest-internal.h.


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