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 lifetime
Borrow checker doesn't realize that `clear` drops reference to local variable
Sep 19, 2022
rust
lifetime
borrow-checker
what is the lifetime of javascript anonymous function?
Oct 15, 2022
javascript
anonymous-function
lifetime
How do I call a function that requires a 'static lifetime with a variable created in main?
Oct 31, 2022
rust
lifetime
When returning the outcome of consuming a StdinLock, why was the borrow to stdin retained?
Apr 02, 2022
rust
lifetime
Temporary lifetime extension
Oct 23, 2022
c++
reference
lifetime
object-reference
temporary-objects
Why can't I return an &str value generated from a String?
Oct 20, 2022
rust
lifetime
Why is adding a lifetime to a trait with the plus operator (Iterator<Item = &Foo> + 'a) needed?
Nov 11, 2021
rust
lifetime
Using a `let` binding to increase a values lifetime
Nov 15, 2022
rust
lifetime
let
Strange lifetime error when iterating over a BTreeSet asynchronously
Sep 11, 2022
generics
rust
async-await
lifetime
When an array is created by a subexpression, what happens with the temporaries therein?
Jan 31, 2022
c++
standards
c++11
temporary
lifetime
Prevent Android activity from being recreated on turning screen off
Sep 13, 2022
android-intent
android-activity
lifecycle
lifetime
activity-lifecycle
How to initialize a variable with a lifetime?
Sep 13, 2022
rust
lifetime
Is the object returned from a function still created when it is not used?
Sep 12, 2022
c++
lifetime
What does the first explicit lifetime specifier on an impl mean?
Feb 22, 2018
rust
lifetime
What does "Box<Fn() + Send + 'static>" mean in rust?
Sep 05, 2022
types
rust
traits
lifetime
lifetime-scoping
Struggling with the subtyping relation of lifetimes in Rust
Sep 16, 2022
rust
lifetime
subtyping
Why is the bound `T: 'a` required in order to store a reference `&'a T`?
Mar 01, 2019
rust
lifetime
Lifetime of a string literal returned by a function
Sep 03, 2022
c++
c
lifetime
string-literals
Why don't static arrays need to be freed?
Sep 02, 2022
c
scope
static
return-value
lifetime
How can this instance seemingly outlive its own parameter lifetime?
Mar 11, 2022
rust
lifetime
« Newer Entries
Older Entries »