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.