Archiv der Kategorie: C++

Visibility of Class Variables

I did not check it in the C++ standard, but as I understand it, variables, typedefs and functions are not only visible from the point of declaration, but within the entire class. So the following will compile: class A { … Weiterlesen

Veröffentlicht unter C++ | Kommentare deaktiviert für Visibility of Class Variables