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