mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-29 08:56:18 +02:00
typedef
git-svn-id: svn://elaine/murooma/trunk@291 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
07fcca06ca
commit
732fea38ae
1 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
namespace chronos
|
||||
{
|
||||
using hrc = std::chrono::high_resolution_clock;
|
||||
using time_point_hrc = std::chrono::time_point<hrc>;
|
||||
using sec = std::chrono::seconds;
|
||||
using msec = std::chrono::milliseconds;
|
||||
using usec = std::chrono::microseconds;
|
||||
typedef std::chrono::high_resolution_clock hrc;
|
||||
typedef std::chrono::time_point<hrc> time_point_hrc;
|
||||
typedef std::chrono::seconds sec;
|
||||
typedef std::chrono::milliseconds msec;
|
||||
typedef std::chrono::microseconds usec;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue