Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <gmock-actions.h>
Public Types | |
using | type = decltype(TestImplicitConversion< From >(0)) |
Static Public Attributes | |
static constexpr bool | value = type::value |
Static Private Member Functions | |
template<typename T > | |
static void | Accept (T) |
template<typename T > | |
static T | Make () |
template<typename T , typename = decltype(Accept<To>(Make<T>()))> | |
static std::true_type | TestImplicitConversion (int) |
template<typename T > | |
static std::false_type | TestImplicitConversion (...) |
Definition at line 328 of file gmock-actions.h.
using testing::internal::is_implicitly_convertible< From, To >::type = decltype(TestImplicitConversion<From>(0)) |
Definition at line 348 of file gmock-actions.h.
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
Definition at line 349 of file gmock-actions.h.