Electroneum
testing::internal::LosslessArithmeticConvertibleImpl< kInteger, From, kInteger, To > Struct Template Reference

#include <gmock-internal-utils.h>

Inheritance diagram for testing::internal::LosslessArithmeticConvertibleImpl< kInteger, From, kInteger, To >:
Collaboration diagram for testing::internal::LosslessArithmeticConvertibleImpl< kInteger, From, kInteger, To >:

Additional Inherited Members

- Public Types inherited from testing::internal::bool_constant<((sizeof(From)< sizeof(To)) &&(!GMOCK_IS_SIGNED_(From)||GMOCK_IS_SIGNED_(To)))||((sizeof(From)==sizeof(To)) &&(GMOCK_IS_SIGNED_(From)==GMOCK_IS_SIGNED_(To)))>
typedef bool_constant< bool_value > type
 
typedef bool_constant< bool_value > type
 
- Static Public Attributes inherited from testing::internal::bool_constant<((sizeof(From)< sizeof(To)) &&(!GMOCK_IS_SIGNED_(From)||GMOCK_IS_SIGNED_(To)))||((sizeof(From)==sizeof(To)) &&(GMOCK_IS_SIGNED_(From)==GMOCK_IS_SIGNED_(To)))>
static const bool value
 

Detailed Description

template<typename From, typename To>
struct testing::internal::LosslessArithmeticConvertibleImpl< kInteger, From, kInteger, To >

Definition at line 210 of file gmock-internal-utils.h.


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