I have std::chrono::duration< Rep, Period >, and I understand that Rep is pertaining to what format you want the duration count to be transcribed in and Perio
std::chrono::duration< Rep, Period >