HelenOS sources

move              399 uspace/lib/cpp/include/__bits/algorithm.hpp     OutputIterator move(InputIterator first, InputIterator last, OutputIterator result)
move              473 uspace/lib/cpp/include/__bits/io/ios.hpp             void move(basic_ios& rhs)
move              499 uspace/lib/cpp/include/__bits/io/ios.hpp             void move(basic_ios&& rhs)
move              944 uspace/lib/cpp/include/__bits/io/istream.hpp                 : basic_istream<char_type, traits_type>(move(other))
move              104 uspace/lib/cpp/include/__bits/string/string.hpp         static char_type* move(char_type* s1, const char_type* s2, size_t n)
move              199 uspace/lib/cpp/include/__bits/string/string.hpp         static char_type* move(char_type* s1, const char_type* s2, size_t n)
move              293 uspace/lib/cpp/include/__bits/string/string.hpp         static char_type* move(char_type* s1, const char_type* s2, size_t n)
move              392 uspace/lib/cpp/include/__bits/string/string.hpp         static char_type* move(char_type* s1, const char_type* s2, size_t n)
move               53 uspace/lib/cpp/include/__bits/utility/forward_move.hpp     constexpr remove_reference_t<T>&& move(T&& t) noexcept
HelenOS homepage, sources at GitHub