GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
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
 
using type = typename std::conditional< std::is_constructible< Impl >::value, Impl, Holder >::type
 

Member Typedef Documentation

◆ type [1/2]

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

◆ type [2/2]

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

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