Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_context.h87 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local
161 using formatter_type = formatter<_Tp, _CharT>; variable
H A Dconcepts.h49 template <class _Tp, class _Context, class _Formatter = typename _Context::template formatter_type<…
H A Dformat_arg.h222 typename _Context::template formatter_type<_Dp> __f; in __handle()