Searched defs:formatter_type (Results 1 – 6 of 6) sorted by relevance
87 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local161 using formatter_type = formatter<_Tp, _CharT>; variable
86 using formatter_type = formatter<_Tp, _CharT>; in _LIBCPP_PREFERRED_NAME() local161 using formatter_type = formatter<_Tp, _CharT>; variable
37 template <typename T> using formatter_type = printf_formatter<T>; variable
37 typedef FormatterT formatter_type; typedef in boost::algorithm::detail::find_format_store