Esempio n. 1
0
 void FormatComment(const TCHAR *fmt, Args&&... args) {
   comment.Format(fmt, args...);
   comment.CropIncompleteUTF8();
 }
Esempio n. 2
0
 void FormatTitle(const TCHAR *fmt, Args&&... args) {
   title.Format(fmt, args...);
   title.CropIncompleteUTF8();
 }