cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::internal::ElemFromList< N, T > Struct Template Reference

#include <gtest-internal.h>

Public Types

using type
 

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)...))
Definition value.hpp:12
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 gmock-internal-utils.h:431

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