Version: 8.3.0
YACS::ENGINE::isAdaptableDouble< IMPLIN, IMPLOUT > Struct Template Reference

Static Public Member Functions

static int apply (const TypeCode *t1, const TypeCode *t2)
 

Detailed Description

template<ImplType IMPLIN, ImplType IMPLOUT>
struct YACS::ENGINE::isAdaptableDouble< IMPLIN, IMPLOUT >

Definition at line 212 of file TypeConversions.cxx.

Member Function Documentation

template<ImplType IMPLIN, ImplType IMPLOUT>
static int YACS::ENGINE::isAdaptableDouble< IMPLIN, IMPLOUT >::apply ( const TypeCode t1,
const TypeCode t2 
)
inlinestatic

Definition at line 214 of file TypeConversions.cxx.

References YACS::ENGINE::Double, YACS::ENGINE::Int, and YACS::ENGINE::TypeCode::kind().

215  {
216  if(t1->kind() == Double)return 1;
217  if(t1->kind() == Int)return 1;
218  return 0;
219  }

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