cpp_weekly
cpp_weekly copied to clipboard
For member functions: What effect do const, noexcept, &, && have on the code generated and what do they mean?
Hi
Could you go through the trailing specifiers for member functions : const, noexcept, & and && and explain what they mean and the effect they have on the code generated fpr this function. I know for certain move functions, they have to be noexcept for a move to used. Is this list complete? If not please cover any additional trailing specifiers.