Home
last modified time | relevance | path

Searched defs:is_unbounded_array_v (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/chre/util/include/chre/util/
H A Dmemory_impl.h35 constexpr bool is_unbounded_array_v = false; variable
37 constexpr bool is_unbounded_array_v<T[]> = true; variable