On Tue, Oct 5, 2021 at 1:13 PM wrote:
> According to https://en.cppreference.com/w/cpp/language/function the
> cv-qualifier is allowed only on non-static member functions, which are
> exactly the ones that have an implicit this-pointer parameter.
>
> *cv*
>
> -
>
> const/volatile qualification, o
According to https://en.cppreference.com/w/cpp/language/function the
cv-qualifier is allowed only on non-static member functions, which are exactly
the ones that have an implicit this-pointer parameter.
cv
-
const/volatile qualification, only allowed in non-static member function
declarations
Ar