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

Function to_std_format

Common/Core/vtkStringFormatter.cxx:840–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838}
839
840std::string to_std_format(const std::string& format)
841{
842 if (is_printf_format(format))
843 {
844 return printf_to_std_format(format);
845 }
846 return format; // Already in std::format style
847}
848
849VTK_ABI_NAMESPACE_END
850};

Callers 15

vtkImageWriter.cxxFile · 0.85
SetFilePatternMethod · 0.85
RequestInformationMethod · 0.85
RequestDataMethod · 0.85
GetControlPointLabelMethod · 0.85
FormatAndMarkEventFunction · 0.85
BuildRepresentationMethod · 0.85
BuildRepresentationMethod · 0.85
BuildRepresentationMethod · 0.85

Calls 2

is_printf_formatFunction · 0.85
printf_to_std_formatFunction · 0.85

Tested by 1