Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_unbounded_array.h22 inline const bool __is_unbounded_array_v = false; variable
24 inline const bool __is_unbounded_array_v<_Tp[]> = true; variable