Home
last modified time | relevance | path

Searched defs:__formatter_string (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_string.h32 struct _LIBCPP_TEMPLATE_VIS __formatter_string { struct
35 _LIBCPP_HIDE_FROM_ABI constexpr typename _ParseContext::iterator parse(_ParseContext& __ctx) { in parse()
61 struct _LIBCPP_TEMPLATE_VIS formatter<const _CharT*, _CharT> : public __formatter_string<_CharT> { argument