Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/public/pw_allocator/
Dlayout.h34 constexpr bool is_bounded_array_v = false; variable
37 constexpr bool is_bounded_array_v<T[kN]> = true; variable