Searched defs:is_void_v (Results 1 – 5 of 5) sorted by relevance
30 inline constexpr bool is_void_v = __is_void(_Tp); variable
26 inline constexpr bool is_void_v = __is_same(__remove_cv(_Tp), void); variable