xtd 0.2.0
Loading...
Searching...
No Matches
ticks.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "chrono.hpp"
6#include "tick.hpp"
7#include "types.hpp"
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.hpp:21
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Contains xtd::tick typedef.
Contains xtd fundamental types.