xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
ticks.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
chrono.hpp
"
6
#include "
tick.hpp
"
7
#include "
int64.hpp
"
8
10
namespace
xtd
{
12
21
using
ticks
= std::chrono::duration<int64, tick>;
23
}
chrono.hpp
Contains std::chrono::days, std::chrono::weeks, std::chrono::months and std::chrono::years duration t...
xtd::ticks
std::chrono::duration< int64, tick > ticks
Represents a tick duration.
Definition
ticks.hpp:21
int64.hpp
Contains xtd::int64 type.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
tick.hpp
Contains xtd::tick typedef.
Generated on
for xtd by
Gammasoft
. All rights reserved.