Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Darray.h40 inline const bool __is_std_array_v = false; variable
43 inline const bool __is_std_array_v<array<_Tp, _Size> > = true; variable