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

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

◆ type

template<size_t N, typename... T>
using testing::internal::ElemFromList< N, T >::type
Initial value:
decltype(ElemFromListImpl<typename MakeIndexSequence<N>::type>::Apply(
static_cast<T (*)()>(nullptr)...))
auto Apply(F &&f, Tuple &&args) -> decltype(ApplyImpl(std::forward< F >(f), std::forward< Tuple >(args), MakeIndexSequence< std::tuple_size< typename std::remove_reference< Tuple >::type >::value >()))

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


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