Chrono: add FloatDuration

This commit is contained in:
Max Kellermann 2018-09-21 20:42:30 +02:00
parent 39542de69d
commit d1bcd98f79
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <utility>
#include <cstdint>
using FloatDuration = std::chrono::duration<double>;
/**
* A time stamp within a song. Granularity is 1 millisecond and the
* maximum value is about 49 days.