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::gregorian::date_duration日単位の時間間隔と時間間隔に使用できることはわかってboost::posix_time::time_durationいますが、秒単位から数日単位の時間間隔に使用できる単純なデータ型はありますか?
boost::gregorian::date_duration
boost::posix_time::time_duration
の制限 (最大持続時間) はboost::posix_time::time_duration?
「POSIX時間」は通常、「1970年1月1日からの秒数」を意味し、32ビット値を使用している場合は約2037年まで、64ビットを使用している場合はさらに長くなります. したがって、Boost の正確な仕様を見なくても、 の制限についてあまり心配する必要はありませんboost::posix_time::time_duration。