Home
last modified time | relevance | path

Searched refs:__is_bounded_array_of (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h37 inline constexpr bool __is_bounded_array_of = false; variable
40 inline constexpr bool __is_bounded_array_of<_Elem[_Len], _Elem> = true; variable
120 requires __is_bounded_array_of<_Tp, typename _Context::char_type>
200 if constexpr (__is_bounded_array_of<_Dp, __context_char_type>) { in __create_format_arg()