Contains xtd::comparison delegate.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Typedefs | |
template<class type_t > | |
using | xtd::comparison = xtd::delegate< int32(type_t x, type_t y)> |
Represents the method that compares two objects of the same type. | |