xtd 0.2.0
Loading...
Searching...
No Matches
ticks.h
Go to the documentation of this file.
1
4#pragma once
5#include "chrono.h"
6#include "tick.h"
7#include "types.h"
8
10namespace xtd {
12
21 using ticks = std::chrono::duration<int64, tick>;
23}
Contains dyas, weeks, months and years durationtypes.
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,...
Definition xtd_about_box.h:10
Contains xtd::tick typedef.
Contains xtd fundamental types.