xtd 0.2.0
comparison.hpp File Reference
#include "delegate.hpp"
#include "int32.hpp"

Definition

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.