Searched defs:__swap_aux (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_algobase.h66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) { function
71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) { function
89 _STLP_PRIV __swap_aux(__a, __b, _Implemented());

Completed in 88 milliseconds