質問

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