cppnet::Version
static std::string GetStr()
- 参数:无
- 返回值:
std::string
类型,cppnet的版本号。 - 作用:获取cppnet库的版本号字符串。
static std::string GetDate()
- 参数:无
- 返回值:
std::string
类型,cppnet版本的发布日期,格式为“yyyy-mm-dd”。 - 作用:获取cppnet库版本的发布日期字符串,该日期为版本最后一次更新的时间。
std::string
类型,cppnet的版本号。std::string
类型,cppnet版本的发布日期,格式为“yyyy-mm-dd”。