Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_cast.h37 struct InstanceOfImpl { struct
45 struct InstanceOfImpl<ToT, FromT, typename std::enable_if_t<std::is_base_of<ToT, FromT>::value>> { struct
60 return impl::InstanceOfImpl<ToT, FromT>::DoIt(from); in instance_of()

Completed in 1 milliseconds