MCPcopy Create free account
hub / github.com/Kitware/VTK / sprintf

Function sprintf

ThirdParty/fmt/vtkfmt/vtkfmt/printf.h:570–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 */
569template <typename... T>
570inline auto sprintf(string_view fmt, const T&... args) -> std::string {
571 return vsprintf(fmt, make_printf_args(args...));
572}
573template <typename... T>
574FMT_DEPRECATED auto sprintf(basic_string_view<wchar_t> fmt, const T&... args)
575 -> std::wstring {

Callers 15

cs2cs_emulation_setupFunction · 0.85
proj_infoFunction · 0.85
set_rtodmsFunction · 0.85
rtodmsFunction · 0.85
PROJECTIONFunction · 0.85
parse_coefsFunction · 0.85
format_messageFunction · 0.85
open_fileFunction · 0.85
printf_output_MFunction · 0.85

Calls 2

vsprintfFunction · 0.85
make_printf_argsFunction · 0.85

Tested by 1