Searched refs:__swap_aux (Results 1 – 1 of 1) sorted by relevance
66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) { in __swap_aux() function71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) { in __swap_aux() function89 _STLP_PRIV __swap_aux(__a, __b, _Implemented()); in swap()