C++持久化方案

cego // sql操做sql class Record{  template<class TValue>     void setValue(std::string name,TValue value)     {   std::stringstream ss;   ss<<value;   fieldMap[name] = ss.str();     }  void getValue(std
相關文章
相關標籤/搜索