6#include "../../object.hpp" 
   11  namespace collections {
 
   29      template<
typename type_t>
 
Provides an empty comparer class.
Definition empty_comparer.hpp:30
 
empty_comparer()=default
Initializes a new instance of the xtd::collections::generic::comparer <type_t> class.
 
int32 compare(const type_t &x, const type_t &y) const override
Compares two entities and returns a value indicating whether one is less than, equal to,...
Definition empty_comparer.hpp:46
 
Exposes a method that compares two objects.
Definition icomparer.hpp:30
 
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.hpp:42
 
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
 
Contains xtd::collections::generic::icomparer <type_t> interface.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10