10  namespace collections {
 
   35        template<
typename type_t = 
void>
 
   44          constexpr bool operator()(
const type_t& lhs, 
const type_t& rhs)
 const {
return std::less {}(lhs, rhs);}
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Implements a function object for compare data.
Definition comparer.hpp:36
 
constexpr bool operator()(const type_t &lhs, const type_t &rhs) const
Serves as a hash function for a specified key with a particular type (type_t).
Definition comparer.hpp:44