Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | List of all members
testing::internal::ImplBase< Impl > Struct Template Reference

#include <gmock-actions.h>

Classes

struct  Holder
 

Public Types

using type = typename std::conditional< std::is_constructible< Impl >::value, Impl, Holder >::type
 

Detailed Description

template<typename Impl>
struct testing::internal::ImplBase< Impl >

Definition at line 2155 of file gmock-actions.h.

Member Typedef Documentation

template<typename Impl>
using testing::internal::ImplBase< Impl >::type = typename std::conditional<std::is_constructible<Impl>::value, Impl, Holder>::type

Definition at line 2162 of file gmock-actions.h.


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