Searched defs:vformat_to (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_functions.h | 425 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, f… in vformat_to() function 432 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() function 557 vformat_to(_OutIt __out_it, locale __loc, string_view __fmt, format_args __args) { in vformat_to() function 564 vformat_to(_OutIt __out_it, locale __loc, wstring_view __fmt, wformat_args __args) { in vformat_to() function
|