Searched defs:is_complex_v (Results 1 – 2 of 2) sorted by relevance
44 LIBC_INLINE_VAR constexpr bool is_complex_v = is_complex<T>::value; variable
61 inline constexpr bool is_complex_v = is_complex_t<T>::value; variable