Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h71 struct is_pointer;
74 struct is_pointer<T> : public std::is_pointer<T>::type { struct
78 struct is_pointer<T, U> : public meta_and<is_pointer<T>, is_pointer<U>>::type { struct
82 constexpr bool is_pointer_v = is_pointer<T...>::value;

Completed in 1 milliseconds