Xmipp  v3.23.11-Nereus
Public Types | Static Public Attributes | List of all members
testing::internal::is_implicitly_convertible< From, To > Struct Template Reference

#include <gmock-actions.h>

Public Types

using type = decltype(TestImplicitConversion< From >(0))
 

Static Public Attributes

static constexpr bool value = type::value
 

Detailed Description

template<typename From, typename To>
struct testing::internal::is_implicitly_convertible< From, To >

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

Member Typedef Documentation

◆ type

template<typename From , typename To >
using testing::internal::is_implicitly_convertible< From, To >::type = decltype(TestImplicitConversion<From>(0))

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

Member Data Documentation

◆ value

template<typename From , typename To >
constexpr bool testing::internal::is_implicitly_convertible< From, To >::value = type::value
static

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


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