Exploring ref qualifiers in C++
Recently I've been wondering about ref qualifiers in C++.
Exploring ref qualifiers in C++
by Jens Weller
From the article:
Ref qualifiers are today an old C++11 feature, and recently I wanted to know more about them. Especially their potential use cases.
Thats a particular point with this feature, I've seen examples - but often without a compelling use case. This feature is a great way to achieve very specific things in C++...

Registration is now open for CppCon 2026! The conference starts on September 12 and will be held
In today's post, I will explain one of C++'s biggest pitfalls: 