I want to use system_clock::time_point, but the compiler can't seem to find this. I am including header.

有帮助吗?

解决方案

To answer my own question:

#include <chrono>
std::chrono::time_point<std::chrono::system_clock> timePoint;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top