Namespaces
Variants
Actions

std::runtime_format

From cppreference.com
< cpp‎ | utility‎ | format
 
 
 
 
Defined in header <format>
/*runtime-format-string*/<char> runtime_format( std::string_view fmt ) noexcept;
(1) (since C++26)
/*runtime-format-string*/<wchar_t> runtime_format( std::wstring_view fmt ) noexcept;
(2) (since C++26)

Returns an object that stores a runtime format string directly usable in user-oriented formatting functions and can be implicitly converted to std::basic_format_string.

Contents