cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
chrono::time_point object is supposedly
chrono::time_point object is supposedly a struct.
Oct 29, 2019 at 7:27pm UTC
GOLDSPUN
(1)
I need to make a variable with the type std::chrono::time_point.
How would I do that?
Oct 29, 2019 at 7:40pm UTC
doug4
(1538)
1
2
#include <chrono>
std::chrono::time_point tp;
Topic archived. No new replies allowed.