xtd 0.2.0
Loading...
Searching...
No Matches
comparison.h
Go to the documentation of this file.
1
4#pragma once
5#include "delegate.h"
6#include "int32.h"
7
9namespace xtd {
23 template<typename type_t>
24 using comparison = delegate<int32, type_t, type_t>;
25}
Contains xtd::delegate delegate.
delegate< int32, type_t, type_t > comparison
Represents the method that compares two objects of the same type.
Definition comparison.h:24
Contains xtd::int32 type.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10