xtd 0.2.0
comparison.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "delegate.hpp"
6#include "int32.hpp"
7
9namespace xtd {
32 template<class type_t>
33 using comparison = xtd::delegate<int32(type_t x, type_t y)>;
34}
Contains xtd::delegate <result_t(arguments_t...)> delegate.
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
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
@ y
The Y key.
@ x
The X key.
Contains xtd::int32 type.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10