Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h52 struct is_unsigned<T> : public std::is_unsigned<T>::type { struct
56 struct is_unsigned<T, U> : public meta_and<std::is_unsigned<T>, std::is_unsigned<U>>::type { struct

Completed in 1 milliseconds