1 // This is an implementation file which
2 // is intended to be included multiple times with different _STLP_ASSOCIATIVE_CONTAINER
7 operator==(const _STLP_TEMPLATE_CONTAINER& __hm1, const _STLP_TEMPLATE_CONTAINER& __hm2)
9 return _STLP_TEMPLATE_CONTAINER::_M_equal(__hm1, __hm2);
12 #ifdef _STLP_USE_SEPARATE_RELOPS_NAMESPACE
15 inline bool _STLP_CALL
16 operator!=(const _STLP_TEMPLATE_CONTAINER& __hm1, const _STLP_TEMPLATE_CONTAINER& __hm2) {
17 return !(__hm1 == __hm2);
20 #endif /* _STLP_USE_SEPARATE_RELOPS_NAMESPACE */
22 #ifdef _STLP_FUNCTION_TMPL_PARTIAL_ORDER
25 inline void _STLP_CALL
26 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2)
31 #endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */