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