chrono::time_point object is supposedly a struct.

I need to make a variable with the type std::chrono::time_point.

How would I do that?
1
2
#include <chrono>
std::chrono::time_point tp;
Topic archived. No new replies allowed.