Xmipp  v3.23.11-Nereus
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)...))
 

Detailed Description

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

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

Member Typedef Documentation

◆ type

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 1213 of file gtest-internal.h.


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