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

Detailed Description

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

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

Member Typedef Documentation

◆ value_type

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.

◆ type

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

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


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