HelenOS sources
swap 69 uspace/lib/cpp/include/__bits/adt/array.hpp void swap(array& other)
swap 175 uspace/lib/cpp/include/__bits/adt/array.hpp void swap(array<T, N>& lhs, array<T, N>& rhs) noexcept(noexcept(lhs.swap(rhs)))
swap 914 uspace/lib/cpp/include/__bits/adt/deque.hpp void swap(deque& other)
swap 1211 uspace/lib/cpp/include/__bits/adt/deque.hpp void swap(deque<T, Allocator>& lhs, deque<T, Allocator>& rhs)
swap 252 uspace/lib/cpp/include/__bits/adt/hash_table.hpp void swap(hash_table& other)
swap 817 uspace/lib/cpp/include/__bits/adt/list.hpp void swap(list& other)
swap 1196 uspace/lib/cpp/include/__bits/adt/list.hpp void swap(list<T, Allocator>& lhs, list<T, Allocator>& rhs)
swap 493 uspace/lib/cpp/include/__bits/adt/map.hpp void swap(map& other)
swap 1012 uspace/lib/cpp/include/__bits/adt/map.hpp void swap(multimap& other)
swap 158 uspace/lib/cpp/include/__bits/adt/queue.hpp void swap(queue& other)
swap 336 uspace/lib/cpp/include/__bits/adt/queue.hpp void swap(priority_queue& other)
swap 392 uspace/lib/cpp/include/__bits/adt/queue.hpp void swap(queue<T, Container>& lhs, queue<T, Container>& rhs)
swap 399 uspace/lib/cpp/include/__bits/adt/queue.hpp void swap(priority_queue<T, Container, Compare>& lhs,
swap 233 uspace/lib/cpp/include/__bits/adt/rbtree.hpp void swap(rbtree& other)
swap 210 uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp static void swap(Node* node1, Node* node2)
swap 385 uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp void swap(rbtree_single_node* other)
swap 609 uspace/lib/cpp/include/__bits/adt/rbtree_node.hpp void swap(rbtree_multi_node* other)
swap 310 uspace/lib/cpp/include/__bits/adt/set.hpp void swap(set& other)
swap 791 uspace/lib/cpp/include/__bits/adt/set.hpp void swap(multiset& other)
swap 131 uspace/lib/cpp/include/__bits/adt/stack.hpp void swap(stack& other) // We cannot use c in the noexcept :/
swap 192 uspace/lib/cpp/include/__bits/adt/stack.hpp void swap(stack<T, Container>& lhs, stack<T, Container>& rhs)
swap 506 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp void swap(unordered_map& other)
swap 1010 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp void swap(unordered_multimap& other)
swap 1148 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp void swap(unordered_map<Key, Value, Hash, Pred, Alloc>& lhs,
swap 1156 uspace/lib/cpp/include/__bits/adt/unordered_map.hpp void swap(unordered_multimap<Key, Value, Hash, Pred, Alloc>& lhs,
swap 319 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp void swap(unordered_set& other)
swap 735 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp void swap(unordered_multiset& other)
swap 873 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp void swap(unordered_set<Key, Hash, Pred, Alloc>& lhs,
swap 881 uspace/lib/cpp/include/__bits/adt/unordered_set.hpp void swap(unordered_multiset<Key, Hash, Pred, Alloc>& lhs,
swap 488 uspace/lib/cpp/include/__bits/adt/vector.hpp void swap(vector& other)
swap 653 uspace/lib/cpp/include/__bits/adt/vector.hpp void swap(vector<T, Alloc>& lhs, vector<T, Alloc>& rhs)
swap 250 uspace/lib/cpp/include/__bits/functional/function.hpp void swap(function& other) noexcept
swap 369 uspace/lib/cpp/include/__bits/functional/function.hpp void swap(function<R(Args...)>& f1, function<R(Args...)>& f2)
swap 97 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_filebuf& rhs)
swap 380 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_filebuf<Char, Traits>& lhs, basic_filebuf<Char, Traits>& rhs)
swap 444 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_ifstream& rhs)
swap 488 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_ifstream<Char, Traits>& lhs,
swap 553 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_ofstream& rhs)
swap 597 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_ofstream<Char, Traits>& lhs,
swap 664 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_fstream& rhs)
swap 710 uspace/lib/cpp/include/__bits/io/fstream.hpp void swap(basic_fstream<Char, Traits>& lhs,
swap 525 uspace/lib/cpp/include/__bits/io/ios.hpp void swap(basic_ios& rhs) noexcept
swap 780 uspace/lib/cpp/include/__bits/io/istream.hpp void swap(basic_istream& rhs)
swap 952 uspace/lib/cpp/include/__bits/io/istream.hpp void swap(basic_iostream& other)
swap 500 uspace/lib/cpp/include/__bits/io/ostream.hpp void swap(basic_ostream& rhs)
swap 91 uspace/lib/cpp/include/__bits/io/sstream.hpp void swap(basic_stringbuf& rhs)
swap 283 uspace/lib/cpp/include/__bits/io/sstream.hpp void swap(basic_stringbuf<Char, Traits, Allocator>& lhs,
swap 339 uspace/lib/cpp/include/__bits/io/sstream.hpp void swap(basic_istringstream& rhs)
swap 369 uspace/lib/cpp/include/__bits/io/sstream.hpp void swap(basic_istringstream<Char, Traits, Allocator>& lhs,
swap 421 uspace/lib/cpp/include/__bits/io/sstream.hpp void swap(basic_ostringstream& rhs)
swap 500 uspace/lib/cpp/include/__bits/io/sstream.hpp void swap(basic_stringstream& rhs)
swap 215 uspace/lib/cpp/include/__bits/io/streambuf.hpp void swap(basic_streambuf& rhs)
swap 295 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp void swap(shared_ptr& other) noexcept
swap 553 uspace/lib/cpp/include/__bits/memory/shared_ptr.hpp void swap(shared_ptr<T>& lhs, shared_ptr<T>& rhs) noexcept
swap 244 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp void swap(unique_ptr& other) noexcept
swap 456 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp void swap(unique_ptr& other) noexcept
swap 513 uspace/lib/cpp/include/__bits/memory/unique_ptr.hpp void swap(unique_ptr<T, D>& lhs, unique_ptr<T, D>& rhs) noexcept
swap 165 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp void swap(weak_ptr& other) noexcept
swap 228 uspace/lib/cpp/include/__bits/memory/weak_ptr.hpp void swap(weak_ptr<T>& lhs, weak_ptr<T>& rhs) noexcept
swap 1159 uspace/lib/cpp/include/__bits/string/string.hpp void swap(basic_string& other)
swap 1871 uspace/lib/cpp/include/__bits/string/string.hpp void swap(basic_string<Char, Traits, Allocator>& lhs,
swap 396 uspace/lib/cpp/include/__bits/thread/mutex.hpp void swap(unique_lock& other) noexcept
swap 436 uspace/lib/cpp/include/__bits/thread/mutex.hpp void swap(unique_lock<Mutex>& lhs, unique_lock<Mutex>& rhs) noexcept
swap 141 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp void swap(packaged_task& other) noexcept
swap 225 uspace/lib/cpp/include/__bits/thread/packaged_task.hpp void swap(packaged_task<R(Args...)>& lhs, packaged_task<R(Args...)>& rhs) noexcept
swap 91 uspace/lib/cpp/include/__bits/thread/promise.hpp void swap(promise_base& other) noexcept
swap 410 uspace/lib/cpp/include/__bits/thread/promise.hpp void swap(promise<R>& lhs, promise<R>& rhs) noexcept
swap 251 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp void swap(shared_lock& other) noexcept
swap 291 uspace/lib/cpp/include/__bits/thread/shared_mutex.hpp void swap(shared_lock<Mutex>& lhs, shared_lock<Mutex>& rhs) noexcept
swap 429 uspace/lib/cpp/include/__bits/tuple/tuple.hpp void swap(tuple& other) noexcept(aux::tuple_noexcept_swap<Ts...>::value)
swap 450 uspace/lib/cpp/include/__bits/tuple/tuple.hpp void swap(tuple&) noexcept
swap 513 uspace/lib/cpp/include/__bits/tuple/tuple.hpp void swap(tuple<Ts...>& lhs, tuple<Ts...>& rhs)
swap 68 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp static void swap(T& lhs, U& rhs)
swap 105 uspace/lib/cpp/include/__bits/tuple/tuple_ops.hpp static void swap(T& lhs, U& rhs)
swap 75 uspace/lib/cpp/include/__bits/utility/utility.hpp void swap(T& x, T& y)
swap 88 uspace/lib/cpp/include/__bits/utility/utility.hpp void swap(T (&a)[N], T (&b)[N]) noexcept(noexcept(swap(*a, *b)))
swap 276 uspace/lib/cpp/include/__bits/utility/utility.hpp void swap(pair& other) noexcept(
swap 334 uspace/lib/cpp/include/__bits/utility/utility.hpp constexpr void swap(pair<T1, T2>& lhs, pair<T1, T2>& rhs)
swap 77 uspace/lib/cpp/src/thread.cpp void thread::swap(thread& other) noexcept
swap 127 uspace/lib/cpp/src/thread.cpp void swap(thread& x, thread& y) noexcept
swap 49 uspace/lib/crypto/rc4.c static void swap(size_t i, size_t j, uint8_t *sbox)
HelenOS homepage, sources at GitHub