Xmipp  v3.23.11-Nereus
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 2095 of file gmock-actions.h.

Member Typedef Documentation

◆ type

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

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


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