#
[
Note
1
:
The rules described in
[class.
mfct]
apply to static member functions
.
—
end note
]
2
#
[
Note
2
:
A static member function does not have a
this
pointer (
[expr.
prim.
this]
)
.
A static member function cannot be qualified with
const
,
volatile
, or
virtual
(
[dcl.
fct]
)
.
—
end note
]