5#define __XTD_CORE_INTERNAL__ 
    6#include "../../../internal/__equator.hpp" 
    7#undef __XTD_CORE_INTERNAL__ 
   12  namespace collections {
 
   36        template<
typename key_t = 
void>
 
   46          bool operator()(
const key_t& 
a, 
const key_t& 
b)
 const {
return __polymorphic_equator__<key_t, typename std::is_polymorphic<key_t>::type> {}(
a, 
b);}
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
 
Implements a function object for performing comparisons. Unless specialised, invokes operator== on ty...
Definition equator.hpp:37
 
bool operator()(const key_t &a, const key_t &b) const
checks if the specified a and b keys are equal.
Definition equator.hpp:46