Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_tuple.h38 template <__fmt_char_type _CharT, class _Tuple, formattable<_CharT>... _Args>
88 format(conditional_t<(formattable<const _Args, _CharT> && ...), const _Tuple&, _Tuple&> __tuple, in format()
138 template <__fmt_char_type _CharT, formattable<_CharT>... _Args>
142 template <__fmt_char_type _CharT, formattable<_CharT>... _Args>
H A Dcontainer_adaptor.h57 template <class _CharT, class _Tp, formattable<_CharT> _Container>
65 template <class _CharT, class _Tp, formattable<_CharT> _Container>
H A Dconcepts.h67 concept formattable = __formattable<_Tp, _CharT>; variable
H A Drange_default_formatter.h40 ranges::input_range<const _Rp> && formattable<ranges::range_reference_t<const _Rp>, _CharT>;
207 requires(format_kind<_Rp> != range_format::disabled && formattable<ranges::range_reference_t<_Rp>, _CharT>)
H A Drange_formatter.h41 requires same_as<remove_cvref_t<_Tp>, _Tp> && formattable<_Tp, _CharT>
121 requires formattable<ranges::range_reference_t<_Rp>, _CharT> &&
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dformat.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat154 requires same_as<remove_cvref_t<T>, T> && formattable<T, charT>
165 formattable<ranges::range_reference_t<R>, charT>