unicode CString > std::string

unicode CString -> std::string
  USES_CONVERSION;
  std::string stemp = T2A(name);
  name_ = stemp;

原文地址:https://www.cnblogs.com/carl2380/p/1924562.html