Home
last modified time | relevance | path

Searched refs:SafeCastCondition (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_cast.h22 struct SafeCastCondition : public std::false_type { struct
27 struct SafeCastCondition<type> : public std::true_type { \
40 return (SafeCastCondition<ToT>::DoIt(from)); in DoIt()
53 struct EnabledSafeCast : public utils::meta_or<std::is_base_of<ToT, FromT>, SafeCastCondition<ToT>>::type {

Completed in 1 milliseconds