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::IsRecursiveContainerImpl< C, true > Struct Template Reference

#include <gtest-internal.h>

Public Types

using value_type = decltype(*std::declval< typename C::const_iterator >())
 
using type = std::is_same< typename std::remove_const< typename std::remove_reference< value_type >::type >::type, C >
 

Detailed Description

template<typename C>
struct testing::internal::IsRecursiveContainerImpl< C, true >

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

Member Typedef Documentation

template<typename C >
using testing::internal::IsRecursiveContainerImpl< C, true >::value_type = decltype(*std::declval<typename C::const_iterator>())

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

template<typename C >
using testing::internal::IsRecursiveContainerImpl< C, true >::type = std::is_same<typename std::remove_const< typename std::remove_reference<value_type>::type>::type, C>

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


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