GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Types | List of all members
testing::internal::ElemFromList< N, T > Struct Template Reference

#include <gtest-internal.h>

Public Types

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

Member Typedef Documentation

◆ type [1/2]

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

◆ type [2/2]

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

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