Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__format/
H A Dformat_functions.h357 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<char> runtime_format(string_view __fmt) noexcept { return __fmt; } runtime_format() function
359 _LIBCPP_HIDE_FROM_ABI inline __runtime_format_string<wchar_t> runtime_format(wstring_view __fmt) noexcept { runtime_format() function