List Question
20 TechQA 2024-03-03T00:19:51.097000Why is there no crash when assigning a member widget as the central widget in QMainWindow?
54 views
Asked by qloq
Is there a way to modify a string external to a closure without having that closure take ownership of it?
63 views
Asked by Chaseis4344
Why can I shadow a variable which has been borrowed before? Where is the owner?
58 views
Asked by Rulus
What is the relationship between ui and this in Qt?
109 views
Asked by Bobby
Conceptual ownership vs temporary shared access with `unique_ptr` / `shared_ptr`
121 views
Asked by imre
What pointer type to use, when I do not know the context the pointer are used
96 views
Asked by steffen
Why does this "cannot move out of `self.x` which is behind a mutable reference" error happen?
1k views
Asked by eliaxelang007
vector of string slices goes out of scope but original string remains, why is checker saying there is an error?
46 views
Asked by Brian Yeh
Handling the validity of the object of a class stored in a different class
217 views
Asked by xyf
Pass ownership of an object into method of the same object?
164 views
Asked by HelpingHand
Conditionally passing ownership for members
64 views
Asked by Bubaya
Ownership not delegated to a function using unique_ptr < T > && and std::move ( )
79 views
Asked by Lord Feistel
Sharing arrays between threads in Rust
568 views
Asked by pveentjer
Moving objects can change the order destructors are called. Why isn't that a problem?
162 views
Asked by Mark Wallace
Confuse about borrowing in Rust
770 views
Asked by Hello World
Is using std::span into an std::vector after push_back is called undefined behavior
1.1k views
Asked by user542101
How to keep one object alive as long as another object exists?
676 views
Asked by nickname
Ownership sharing with smart pointers while object initialization
104 views
Asked by nickname