An instantiation of the std::chrono::duration class template that
can hold the difference between any two time points returned by the system-wide
real-time clock.
typedef std::chrono::duration< std::chrono::system_clock::rep, std::chrono::system_clock::period> duration;
Header
#include <chrono>