Lobsters
- What is std::ref? https://www.sandordargo.com/blog/2024/08/21/std-ref 12 comments cpp
- Why just std::atomic_ref? std::nonatomic_ref would be better in many circumstances https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0019r8.html 9 comments cpp
- [Question] Why `std::cell::Cell<T>` don't have `get_ref` but have `get_mut`? https://www.reddit.com/r/rust/comments/kvdnil/question_why_stdcellcellt_dont_have_get_ref_but/ 5 comments rust
- std::ref and std::reference_wrapper: common use cases https://www.nextptr.com/tutorial/ta1441164581/stdref-and-stdreference_wrapper-common-use-cases 24 comments cpp