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;