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::Templates< Head_, Tail_ > Struct Template Reference

#include <gtest-type-util.h>

Public Types

using Head = TemplateSel< Head_ >
 
using Tail = Templates< Tail_...>
 

Detailed Description

template<GTEST_TEMPLATE_ Head_, GTEST_TEMPLATE_... Tail_>
struct testing::internal::Templates< Head_, Tail_ >

Definition at line 163 of file gtest-type-util.h.

Member Typedef Documentation

template<GTEST_TEMPLATE_ Head_, GTEST_TEMPLATE_... Tail_>
using testing::internal::Templates< Head_, Tail_ >::Head = TemplateSel<Head_>

Definition at line 164 of file gtest-type-util.h.

template<GTEST_TEMPLATE_ Head_, GTEST_TEMPLATE_... Tail_>
using testing::internal::Templates< Head_, Tail_ >::Tail = Templates<Tail_...>

Definition at line 165 of file gtest-type-util.h.


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