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

Definition at line 260 of file TypeConversions.cxx.

Member Function Documentation

◆ apply()

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

Definition at line 262 of file TypeConversions.cxx.

263 {
264 if(t1->kind() == Sequence)
265 {
266 if(isAdaptable<IMPLIN,IMPLOUT>(t1->contentType(),t2->contentType()))
267 {
268 return 1;
269 }
270 }
271 return 0;
272 }
static std::string t1[]
static std::string t2[]

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

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


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