ReactOS 0.4.15-dev-8434-g155a7c7
_relops_hash_cont.h
Go to the documentation of this file.
1/* This is an implementation file which is intended to be included
2 * multiple times with different _STLP_TEMPLATE_CONTAINER settings.
3 */
4
5#if defined (_STLP_FUNCTION_TMPL_PARTIAL_ORDER)
6
8inline void _STLP_CALL
10 __hm1.swap(__hm2);
11}
12
13#endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */
#define _STLP_CALL
Definition: _bc.h:131
#define _STLP_TEMPLATE_HEADER
Definition: _deque.h:1095
#define _STLP_TEMPLATE_CONTAINER
Definition: _deque.h:1094
#define swap(a, b)
Definition: qsort.c:63