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.
64 ビット 16 進数で表されるタイムスタンプがあります。ナノ秒のタイムスタンプに変換する方法はありますか? (できれば C++ で)
それを見つけた!
std::hex を使用して 16 進数値を long に変換した結果、ナノ秒の精度が得られました。