xtd 0.2.0
ticks.h
Go to the documentation of this file.
1 #pragma once
5 #include "chrono.h"
6 #include "tick.h"
7 #include "types.h"
8 
10 namespace xtd {
12 
21  using ticks = std::chrono::duration<int64, tick>;
23 }
Contains xtd::tick typedef.
Contains xtd fundamental types.
std::chrono::duration< int64, tick > ticks
Represents a tick duration.
Definition: ticks.h:21
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains dyas, weeks, months and years durationtypes.