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::ElemFromList< N, T > Struct Template Reference

#include <gtest-internal.h>

Inheritance diagram for testing::internal::ElemFromList< N, T >:
Inheritance graph
[legend]

Public Types

using type = decltype(ElemFromListImpl< typename MakeIndexSequence< N >::type >::Apply(static_cast< T(*)()>(nullptr)...))
 

Detailed Description

template<size_t N, typename... T>
struct testing::internal::ElemFromList< N, T >

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

Member Typedef Documentation

template<size_t N, typename... T>
using testing::internal::ElemFromList< N, T >::type = decltype(ElemFromListImpl<typename MakeIndexSequence<N>::type>::Apply( static_cast<T (*)()>(nullptr)...))

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


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