List Question
20 TechQA 2023-09-02T22:16:19.397000When are ref-qualified member functions necessary
211 views
Asked by John James
What's the point of ref-qualified member functions in `std::optional::value`
89 views
Asked by BIuesky
Generating the necessary ref-qualified overloads for a member function
207 views
Asked by Alex Vergara
Simplifying the use of ref qualifiers in c++20
121 views
Asked by zrb
Conversion operator with ref-qualifers: rvalue ref and const lvalue ref overloads ambiguity
291 views
Asked by Nelfeal
Why `std::vector::reserve` is not l-value ref-qualified?
104 views
Asked by blonded04
C++ user-defined conversions, ref-qualifiers and overload resolution
181 views
Asked by Yurii A
Is there a use-case for std::string's operator= to not be lvalue ref-qualified?
110 views
Asked by user589321
Why do ref-qualifier together with cv-qualifier on operator overloading allow rvalue assignment?
159 views
Asked by mattsson
Best practice for getters with ref-qualifier
341 views
Asked by Tim
What is the rationale behind std::make_[un]signed to copy cv but not ref qualifiers
115 views
Asked by jesses
Wording of GCC's error message when calling lvalue-ref qualified member function on temporary object
271 views
Asked by Enlico
Returning by value or by rvalue reference from rvalue reference qualified member function?
524 views
Asked by Enlico
Bug in gcc-9 with implicit conversion via ref-qualified type-operators?
90 views
Asked by Vahagn
c++ - const member func, that can be called upon lvalue instances only, using a ref-qualifier
240 views
Asked by golosovsky
Why is std::string's member operator= not lvalue ref-qualified
222 views
Asked by cigien
Why can't a destructor have reference qualifiers?
218 views
Asked by Timo
LValue ref qualified member function being called on an RValue object
1k views
Asked by Christopher Leong
Non-static member functions with no ref-qualifier
81 views
Asked by Vinod