STK++ 0.9.13
STK::hidden::Promote< Type1, Type2 > Struct Template Reference

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
 

Detailed Description

template<typename Type1, typename Type2>
struct STK::hidden::Promote< Type1, Type2 >

Convenient struct to Promote the result Type of some binary functors.

Definition at line 115 of file STK_MetaTemplate.h.

Member Typedef Documentation

◆ result_type

Definition at line 116 of file STK_MetaTemplate.h.


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