We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da3d08a commit 0e946beCopy full SHA for 0e946be
1 file changed
talk/objectorientation/advancedoo.tex
@@ -7,7 +7,7 @@
7
\item Sometimes we need the address of the current object
8
\item Or we need to pass our address / a reference to a different entity
9
(for example to implement operators, see later)
10
- \item All class methods can use the keyword \cppinline{this}
+ \item All non static class methods can use the keyword \cppinline{this}
11
\begin{itemize}
12
\item It returns the address of the current object
13
\item Its type is \cppinline{T*} in the methods of a class {\ttfamily T}
0 commit comments