Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in ownership
How can one force Rust to take ownership of memory allocated other than by its safe methods?
Nov 01, 2022
pointers
memory-management
rust
heap-memory
ownership
cannot move out of borrowed content when unwrapping a member variable in a &mut self method
Jun 06, 2022
rust
mutable
ownership
borrow-checker
Entry::Occupied.get() returns a value referencing data owned by the current function even though hashmap should have the ownership
Apr 27, 2022
rust
ownership
Ownership and conditionally executed code
Sep 24, 2020
rust
ownership
member taking ownership of parameter
Jun 08, 2022
c++
constructor
c++11
move-semantics
ownership
Are strings Drop or Copy?
Aug 31, 2022
rust
ownership
Copy Constructor to transfer ownership of a unique_ptr
Jun 28, 2022
c++
copy-constructor
unique-ptr
ownership
Who is the owner of a concatenated string once its owner goes out of scope?
Sep 13, 2022
string
rust
ownership
How to declare a closure that lives longer than its enclosing block
Jun 09, 2022
rust
lifetime
ownership
Is there an owned version of String::chars?
Apr 22, 2022
string
iterator
rust
ownership
What is the Rust equivalent of C++'s shared_ptr?
Jun 21, 2022
scope
rust
shared-ptr
ownership
Smart pointer which can change ownership at runtime (C++)
May 05, 2022
c++
destructor
smart-pointers
ownership
What does "borrowed data cannot be stored outside of its closure" mean?
Jun 15, 2022
rust
closures
borrow-checker
ownership
Why does `a` keeps the ownership after `let b = &*&a;` in Rust? [duplicate]
Sep 11, 2022
rust
ownership
How to bind multiple fields of a boxed struct without getting "use moved value" error?
Sep 20, 2022
struct
rust
ownership
Syntax guidelines for taking ownership and releasing objects in C++
Oct 15, 2017
c++
ownership
Operator overloading by value results in use of moved value
Nov 11, 2022
copy
operator-overloading
rust
pass-by-value
ownership
Why is IntoIter not owning the values? [duplicate]
Sep 14, 2022
types
rust
ownership
How to use a file with a BufReader and still be able to write to it?
Apr 16, 2017
file
rust
ownership
Why rust ignore lifetime checks on &str?
Oct 16, 2022
rust
lifetime
borrow-checker
ownership
borrowing
« Newer Entries
Older Entries »