Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h343 struct _LIBCPP_TEMPLATE_VIS __runtime_format_string { struct
351 …_LIBCPP_HIDE_FROM_ABI __runtime_format_string(basic_string_view<_CharT> __s) noexcept : __str_(__s… in __runtime_format_string() argument
354 __runtime_format_string& operator=(const __runtime_format_string&) = delete; argument