HelenOS sources

copy_             111 uspace/lib/cpp/include/__bits/functional/function.hpp                   copy_{}, dest_{}
copy_             120 uspace/lib/cpp/include/__bits/functional/function.hpp                   call_{other.call_}, copy_{other.copy_}, dest_{other.dest_}
copy_             123 uspace/lib/cpp/include/__bits/functional/function.hpp                 (*copy_)(callable_, other.callable_);
copy_             128 uspace/lib/cpp/include/__bits/functional/function.hpp                   call_{other.call_}, copy_{other.copy_}, dest_{other.dest_}
copy_             133 uspace/lib/cpp/include/__bits/functional/function.hpp                 other.copy_ = nullptr;
copy_             142 uspace/lib/cpp/include/__bits/functional/function.hpp                   copy_{(copy_t)aux::copy_callable<F>},
copy_             146 uspace/lib/cpp/include/__bits/functional/function.hpp                 (*copy_)(callable_, (uint8_t*)&f);
copy_             199 uspace/lib/cpp/include/__bits/functional/function.hpp                 copy_ = rhs.copy_;
copy_             205 uspace/lib/cpp/include/__bits/functional/function.hpp                 rhs.copy_ = nullptr;
copy_             225 uspace/lib/cpp/include/__bits/functional/function.hpp                 copy_ = aux::copy_callable<F>;
copy_             228 uspace/lib/cpp/include/__bits/functional/function.hpp                 (*copy_)(callable_, (uint8_t*)&f);
copy_             255 uspace/lib/cpp/include/__bits/functional/function.hpp                 std::swap(copy_, other.copy_);
copy_             322 uspace/lib/cpp/include/__bits/functional/function.hpp             copy_t copy_;
copy_             962 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_(str, str + n, begin() + pos);
copy_            1034 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_(begin() + pos + n, end(), begin() + pos);
copy_            1089 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_(begin(), begin() + pos, tmp.begin());
copy_            1095 uspace/lib/cpp/include/__bits/string/string.hpp                 copy_(begin() + pos + len, end(), tmp.begin() + pos + n2);
HelenOS homepage, sources at GitHub