Home
last modified time | relevance | path

Searched defs:const_of (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h85 struct const_of : public meta_and<std::is_const<U>, std::is_same<std::add_const_t<T>, U>>::type { struct
100 struct const_of : public utils::const_of<std::remove_pointer_t<T>, std::remove_pointer_t<U>>::type { struct

Completed in 2 milliseconds