Wizard
Software Engineering Project - Wizard
Loading...
Searching...
No Matches
testing::internal::IsRecursiveContainerImpl< C, true > Struct Template Reference

Public Types

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

Member Typedef Documentation

◆ 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>

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