문제

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