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

References

usr/include/c++/7.4.0/bits/basic_string.h
  421       _GLIBCXX_NOEXCEPT_IF(is_nothrow_default_constructible<_Alloc>::value)
 6248     _GLIBCXX_NOEXCEPT_IF(noexcept(__lhs.swap(__rhs)))
usr/include/c++/7.4.0/bits/stl_deque.h
 2313     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))
usr/include/c++/7.4.0/bits/stl_list.h
 1950     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))
usr/include/c++/7.4.0/bits/stl_map.h
 1116       _GLIBCXX_NOEXCEPT_IF(__is_nothrow_swappable<_Compare>::value)
 1448     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))
usr/include/c++/7.4.0/bits/stl_multimap.h
  790       _GLIBCXX_NOEXCEPT_IF(__is_nothrow_swappable<_Compare>::value)
 1113     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))
usr/include/c++/7.4.0/bits/stl_multiset.h
  428       _GLIBCXX_NOEXCEPT_IF(__is_nothrow_swappable<_Compare>::value)
  950     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))
usr/include/c++/7.4.0/bits/stl_set.h
  432       _GLIBCXX_NOEXCEPT_IF(__is_nothrow_swappable<_Compare>::value)
  966     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))
usr/include/c++/7.4.0/bits/stl_tree.h
  147       _GLIBCXX_NOEXCEPT_IF(
 1005       _GLIBCXX_NOEXCEPT_IF(__is_nothrow_swappable<_Compare>::value);
 1996     _GLIBCXX_NOEXCEPT_IF(__is_nothrow_swappable<_Compare>::value)
usr/include/c++/7.4.0/bits/stl_vector.h
 1650     _GLIBCXX_NOEXCEPT_IF(noexcept(__x.swap(__y)))