21 # include <vcl_msvc_warnings.h> 45 { std::string::operator=(s);
return *
this; }
47 { std::string::operator=(s);
return *
this; }
50 operator char const* ()
const {
return c_str(); }
55 #endif // vul_sprintf_h_ std::ostream & operator<<(std::ostream &os, const vul_sprintf &s)
vul_sprintf & operator=(std::string const &s)
vul_sprintf(char const *fmt,...)
C++ conforming replacement to the ANSI C functions sprintf and printf.