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.
system_clock::time_point を使用したいのですが、コンパイラがこれを見つけられないようです。ヘッダーを含めています。
私自身の質問に答えるには:
#include <chrono> std::chrono::time_point<std::chrono::system_clock> timePoint;