Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/
H A Dmeta.h31 struct meta_not : public std::integral_constant<bool, !static_cast<bool>(T::value)>::type { struct
67 struct is_diff_sign : public meta_not<is_same_sign<T, U>>::type {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_number.h89 operator std::enable_if_t<meta_and<meta_not<std::is_same<U, T>>, std::is_same<U, size_t>>::value, U>()
96 meta_and<meta_not<std::is_same<U, T>>, meta_not<std::is_same<U, size_t>>>::value>>

Completed in 2 milliseconds