STK++ 0.9.13
|
Convenient struct to Promote the result Type of some binary functors. More...
#include <STK_MetaTemplate.h>
Public Types | |
typedef If<(sizeof(Type1)>sizeof(Type2)), Type1, Type2 >::Result | result_type |
Convenient struct to Promote the result Type of some binary functors.
Definition at line 115 of file STK_MetaTemplate.h.
typedef If<(sizeof(Type1)>sizeof(Type2)),Type1,Type2>::Result STK::hidden::Promote< Type1, Type2 >::result_type |
Definition at line 116 of file STK_MetaTemplate.h.