Version: 9.16.0
YACS::ENGINE::isAdaptableStruct< 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::isAdaptableStruct< IMPLIN, IMPLOUT >

Definition at line 283 of file TypeConversions.cxx.

Member Function Documentation

◆ apply()

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

Definition at line 285 of file TypeConversions.cxx.

286 {
287 if(t1->kind() == Struct)
288 {
289 if( t1->isA(t2) )
290 return 1;
291 }
292 return 0;
293 }
static std::string t1[]
static std::string t2[]

References YACS::ENGINE::Struct, YACS::t1, and YACS::t2.

Referenced by YACS::ENGINE::isAdaptable().


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