Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个对象,其中有一个boost::posix_time::ptime对象。我将从其他不提供标准时间结构的库中获取时间,它们有自己的自定义时间结构我的问题是,我可以ptime通过简单地设置这些小时/分钟/秒/毫秒变量来组成一个对象。因为我试图这样做,似乎我无法访问它们来设置值。
boost::posix_time::ptime
ptime
谢谢
从boost 文档中,您可以通过给它一个日期和时间来创建一个 ptime 对象,直到小数秒。ptime 一经创建便不可变。