Search code examples
What is the significance of `std::byte` and `unsigned char` arrays providing storage in C++?...

c++language-lawyerlifetimec++23placement-new

Read More
How to use a Transaction with a lifetime specified with the Query's execute function?...

rusttransactionslifetimerust-sqlx

Read More
Is there a way to bound `U` in `Fn(&T) -> U` with lifetime that `&T` has when `U` is a re...

rustlifetime

Read More
Why I can't extend the lifetime of the variable of my function?...

rustdocxlifetime

Read More
lifetime extension for function taking parameter by const& and returning by const&...

c++referencelifetime

Read More
Rust Template Parameter with lifetime cannot be moved inside the trait closure...

rustlifetime

Read More
Any way to constrain lifetime of associated type?...

rustlifetimeassociated-types

Read More
How to implement a trait for both a reference and an owned value?...

rustlifetime

Read More
Trait method that can be implemented to either return a reference or an owned value...

referencerusttraitslifetime

Read More
Unwanted implicit object creation in an array of std::byte VS char...

c++charundefined-behaviorlifetimestd-byte

Read More
How to express these lifetime bounds...

rustlifetime

Read More
Is it safe to pass a temporary std::string to a function accepting std::string_view?...

c++c++17lifetimestring-view

Read More
rust ownership and liftetime issue...

rustlifetimeownership

Read More
Why can't I return a nested `RwLockReadGuard` from a function?...

rustlifetimerwlock

Read More
Borrowed value does not live long enough when using functions with lifetime specifier...

rustcompiler-errorslifetime

Read More
How can I ensure Dispose() is called on an advanced function's local variable on stop signal?...

powershelllifetimeidisposablepowershell-5.1

Read More
Why does Rust consider an owning closure to exist for 'static lifetime?...

multithreadingrustclosureslifetime

Read More
How to assign mutable closure to a static mut variable...

ruststaticlifetime

Read More
Extend lifetime of a variable for thread...

multithreadingrustlifetime

Read More
How can I derive Deserialize for struct with generic types?...

rustlifetimeserdeserde-json

Read More
What does it mean when we let a trait inherits 'static?...

ruststatictraitslifetime

Read More
Generic HKT bounds with lifetimes...

rustlifetime

Read More
How to specify lifetime for associated type that will be a closure argument?...

rustlifetime

Read More
guarantees, if any, on the conservation of value representation, under low-level creation/destructio...

c++language-lawyerlifetimetype-punning

Read More
Why can't I move a closure represented by a trait?...

rustclosureslifetimeparser-combinators

Read More
Lifetime error while trying to use chunks of a vector with the Tokio spawn function for multi-thread...

rustlifetimerust-tokiochunks

Read More
Does `pub fn long(&self) -> impl Future<Output = ()> + 'static` leak data with ever...

asynchronousrustlifetime

Read More
Passing a variable into a Rust FnMut without having it turn into a FnOnce...

rustlifetime

Read More
What operations trigger end of lifetime of objects at a given location?...

c++language-lawyerlifetimec++23

Read More
Creating an Arc clone for a callback: `xxx` does not live long enough...

rustlifetimeslint

Read More
BackNext