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
Does a constant reference member variable in an anonymous struct extend the lifetime of a temporary?
Nov 25, 2025
c++
c++14
language-lawyer
lifetime
Rust HashMap supporting pointer stability to allow key referencing its value [duplicate]
Nov 24, 2025
rust
hashmap
lifetime
What is the point of an explicit lifetime for a method that doesn't take any arguments?
Nov 25, 2025
rust
lifetime
lifetime-scoping
Any way to have an Implicit Lifetime Type with a user defined constructor?
Nov 23, 2025
c++
language-lawyer
c++20
lifetime
c++23
How to use the lifetime on AsRef
Nov 22, 2025
rust
lifetime
Rust lifetimes : Static reference lives to short to be fed into a function?
Nov 20, 2025
rust
lifetime
Mutable borrow conflict from unrolled loop
Nov 19, 2025
rust
lifetime
What is the lifetime of C++ member variables when running in a std::thread?
Nov 19, 2025
c++
c++11
lifetime
stdthread
Why does my Rust macro not work due to temporary value drop when updating to the 2024 edition?
Nov 18, 2025
rust
lifetime
rust-macros
Store data that implements a trait in a vector
Nov 17, 2025
pointers
vector
rust
traits
lifetime
Rust lifetime in Vec<&T> : convoluted syntax
Nov 17, 2025
rust
lifetime
Rust function pointer seems to be treated as stateful by borrow checker
Nov 16, 2025
rust
closures
lifetime
borrow-checker
mutable-reference
If-with-initializer lifetime extension
Nov 16, 2025
c++
lifetime
How to use mutable member Vec?
Nov 07, 2025
rust
lifetime
What is the significance of the name `'a` in all of Rust's reference lifetime annotation examples?
Nov 07, 2025
rust
lifetime
Why returning a reference owned by the current function is allowed in Rust?
Nov 06, 2025
struct
rust
initialization
lifetime
ownership
How to implement IntoIterator for Tree<T>?
Nov 06, 2025
rust
iterator
lifetime
does calling a function means leaving the scope of an object declared prior to that call in C?
Nov 02, 2025
c
scope
language-lawyer
lifetime
variable-length-array
lifetime of an array after placement new
Nov 03, 2025
c++
arrays
storage
lifetime
pointer-arithmetic
Returning const reference to temporary behaves differently than local const reference?
Nov 02, 2025
c++
reference
lifetime
temporary
temporary-objects
Older Entries »