Modern C++ Won't Save Us

MoonlightSentinel moonlightsentinel at disroot.org
Tue Apr 27 11:33:45 UTC 2021


On Tuesday, 27 April 2021 at 10:53:10 UTC, Vladimir Panteleev 
wrote:
> What does `scope` mean on a function declaration?

It applies to the `this` pointer for member methods, just like 
`return`.
(Allthough `scope` is implicitly applied for structs IIRC)


More information about the Digitalmars-d mailing list