xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
comparison.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
delegate.hpp
"
6
#include "
int32.hpp
"
7
9
namespace
xtd
{
32
template
<
typename
type_t>
33
using
comparison
= xtd::delegate<
int32
(type_t
x
, type_t
y
)>;
34
}
delegate.hpp
Contains xtd::delegate <result_t(arguments_t...)> delegate.
xtd::comparison
xtd::delegate< int32(type_t x, type_t y)> comparison
Represents the method that compares two objects of the same type.
Definition
comparison.hpp:33
xtd::int32
std::int32_t int32
Represents a 32-bit signed integer.
Definition
int32.hpp:25
xtd::console_key::y
@ y
The Y key.
Definition
console_key.hpp:136
xtd::console_key::x
@ x
The X key.
Definition
console_key.hpp:134
int32.hpp
Contains xtd::int32 type.
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.