Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/public/pw_allocator/
Dlayout.h28 constexpr bool is_unbounded_array_v = false; variable
31 constexpr bool is_unbounded_array_v<T[]> = true; variable
Ddeallocator.h34 static constexpr bool is_unbounded_array_v = variable