We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726de72 commit c27eb82Copy full SHA for c27eb82
_posts/2022-02-09-[Programming]-C++-상수-멤버-함수와-this.md
@@ -10,7 +10,7 @@ tags: [c++]
10
```c++
11
void print() const
12
{
13
- x = 10;
+ x = 20;
14
}
15
```
16
0 commit comments