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
Why can I specify a late bound lifetime parameter in one case but not the other?
Jul 06, 2026
rust
lifetime
Lifetime parameter problem in custom iterator over mutable references
Jul 06, 2026
rust
iterator
lifetime
are heap variables global variables and what is the scope and lifetime of heap variables
Jul 04, 2026
c
scope
initialization
dynamic-memory-allocation
lifetime
why are lifetimes not required on generic functions
Jul 03, 2026
rust
lifetime
An aggregate is implicit lifetime? Doesn't seem right
Jul 02, 2026
c++
c++20
lifetime
implicit-lifetime
Rust: can I have a fixed size slice by borrowing the whole fixed size array in a smaller scope in a simple way
Jun 30, 2026
rust
slice
lifetime
borrow-checker
What is the significance of `std::byte` and `unsigned char` arrays providing storage in C++?
Jun 26, 2026
c++
language-lawyer
lifetime
c++23
placement-new
Why does `Option::map` work with immutable data, but not with mutable data
Jun 24, 2026
rust
reference
immutability
lifetime
mutable
impl Iterator failing for iterator with multiple lifetime parameters
Jun 21, 2026
rust
iterator
lifetime
borrowed value does not live long enough when use generic lifecycle。
Jun 16, 2026
rust
lifetime
serde-json
c++11 local static member variable destruction order for shared_ptr objects
Jun 17, 2026
c++11
global-variables
shared-ptr
lifetime
static-variables
What does a static lifetime of a Fn closure type mean?
Jun 17, 2026
rust
closures
lifetime
Can't reference a slice of &str because it doesn't live long enough, even though what it references does
Jun 15, 2026
rust
lifetime
Rust lifetime in closure environment
Jun 14, 2026
rust
closures
lifetime
Lifetime of a thrown object caught by reference
Jun 14, 2026
c++
exception
throw
lifetime
How to return a reference when implementing an iterator?
Jun 11, 2026
rust
iterator
lifetime
Older Entries »