Quantcast
Channel: User HolyBlackCat - Stack Overflow
Viewing all articles
Browse latest Browse all 1287

Comment by HolyBlackCat on What is a Rep in a time_point duration?

$
0
0
What documentation are you looking at? en.cppreference.com/w/cpp/chrono/time_point explains that "Rep [is] an arithmetic type representing the number of ticks of the duration". It's not very clear about where it gets it from, but since it's a template parameter of chrono::duration, which is a template parameter of chrono::time_point, that's probably where.

Viewing all articles
Browse latest Browse all 1287

Trending Articles