摘要:
看程序总结几点 1.MfwTestSuite 很少用到类模板,看到这个,陌生的感觉,就是MTTD::FriendServicePrx这种类型的一个类,看模板里面 template T get(const string &key, const T &def = T()) { string &val = m_opts[key]; if (val.empty()) { ... 阅读全文
posted @ 2017-09-15 23:04
zzyoucan
阅读(136)
评论(0)
推荐(0)