Searched refs:__is_bounded_array_of (Results 1 – 1 of 1) sorted by relevance
37 inline constexpr bool __is_bounded_array_of = false; variable40 inline constexpr bool __is_bounded_array_of<_Elem[_Len], _Elem> = true; variable120 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()