reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

usr/include/c++/7.4.0/bits/basic_string.h
 6246     swap(basic_string<_CharT, _Traits, _Alloc>& __lhs,
usr/include/c++/7.4.0/bits/move.h
  187     swap(_Tp& __a, _Tp& __b)
usr/include/c++/7.4.0/bits/shared_ptr.h
  474     swap(shared_ptr<_Tp>& __a, shared_ptr<_Tp>& __b) noexcept
usr/include/c++/7.4.0/bits/stl_pair.h
  495     swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y)
usr/include/c++/7.4.0/bits/stl_set.h
  965     swap(set<_Key, _Compare, _Alloc>& __x, set<_Key, _Compare, _Alloc>& __y)
usr/include/c++/7.4.0/bits/stl_vector.h
 1649     swap(vector<_Tp, _Alloc>& __x, vector<_Tp, _Alloc>& __y)
usr/include/c++/7.4.0/bits/unique_ptr.h
  669     swap(unique_ptr<_Tp, _Dp>& __x,
usr/include/c++/7.4.0/tuple
 1602     swap(tuple<_Elements...>& __x, tuple<_Elements...>& __y)