Searched defs:is_unbounded_array_v (Results 1 – 2 of 2) sorted by relevance
28 constexpr bool is_unbounded_array_v = false; variable31 constexpr bool is_unbounded_array_v<T[]> = true; variable
34 static constexpr bool is_unbounded_array_v = variable