Searched defs:is_void_v (Results 1 – 7 of 7) sorted by relevance
22 LIBC_INLINE_VAR constexpr bool is_void_v = is_void<T>::value; variable
26 inline constexpr bool is_void_v = __is_same(__remove_cv(_Tp), void); variable