Xmipp  v3.23.11-Nereus
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 994 of file gtest-internal.h.

Member Typedef Documentation

◆ type

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

◆ value_type

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

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


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