Question

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

Was it helpful?

Solution

To answer my own question:

#include <chrono>
std::chrono::time_point<std::chrono::system_clock> timePoint;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top