epoc32/include/stdapis/stlportv5/stl/_relops_hash_cont.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     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 
     7 _STLP_TEMPLATE_HEADER
     8 inline void _STLP_CALL
     9 swap(_STLP_TEMPLATE_CONTAINER& __hm1, _STLP_TEMPLATE_CONTAINER& __hm2) {
    10   __hm1.swap(__hm2);
    11 }
    12 
    13 #endif /* _STLP_FUNCTION_TMPL_PARTIAL_ORDER */