tmp/tmpi3zz2mgh/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
#### Static member functions <a id="class.static.mfct">[[class.static.mfct]]</a>
|
| 2 |
|
| 3 |
[*Note 1*: The rules described in [[class.mfct]] apply to static
|
| 4 |
member functions. — *end note*]
|
| 5 |
|
| 6 |
-
[*Note 2*: A static member function does not have a `this` pointer
|
| 7 |
-
[[class.this]]
|
| 8 |
|
| 9 |
A static member function shall not be `virtual`. There shall not be a
|
| 10 |
static and a non-static member function with the same name and the same
|
| 11 |
-
parameter types
|
| 12 |
declared `const`, `volatile`, or `const volatile`.
|
| 13 |
|
|
|
|
| 1 |
#### Static member functions <a id="class.static.mfct">[[class.static.mfct]]</a>
|
| 2 |
|
| 3 |
[*Note 1*: The rules described in [[class.mfct]] apply to static
|
| 4 |
member functions. — *end note*]
|
| 5 |
|
| 6 |
+
[*Note 2*: A static member function does not have a `this` pointer
|
| 7 |
+
[[class.this]]. — *end note*]
|
| 8 |
|
| 9 |
A static member function shall not be `virtual`. There shall not be a
|
| 10 |
static and a non-static member function with the same name and the same
|
| 11 |
+
parameter types [[over.load]]. A static member function shall not be
|
| 12 |
declared `const`, `volatile`, or `const volatile`.
|
| 13 |
|