update
This commit is contained in:
parent
3557bd2783
commit
9940049f8f
BIN
.README.md.un~
BIN
.README.md.un~
Binary file not shown.
@ -37,7 +37,7 @@
|
||||
- [explicit 那些事](./basic_content/explicit)
|
||||
- [friend 那些事](./basic_content/friend)
|
||||
- [using 那些事](./basic_content/using)
|
||||
- [:: 那些事](./basic_content/::)
|
||||
- [:: 那些事](./basic_content/maohao)
|
||||
- [enum 那些事](./basic_content/enum)
|
||||
- [decltype 那些事](./basic_content/decltype)
|
||||
- [引用与指针那些事](./basic_content/pointer_refer)
|
||||
|
@ -267,7 +267,7 @@ map<int, int> mp{
|
||||
<tr>
|
||||
<th align="center" style="width: 80px;">
|
||||
<a href="https://github.com/Light-City">
|
||||
<img src="https://avatars2.githubusercontent.com/u/25699850?s=460&v=4" style="width: 50px;"><br>
|
||||
<img src="https://avatars2.githubusercontent.com/u/25699850?s=50&v=4" style="width: 50px;"><br>
|
||||
<sub>Francis</sub>
|
||||
</a><br>
|
||||
</th>
|
||||
|
Binary file not shown.
BIN
basic_content/maohao/.README.md.un~
Normal file
BIN
basic_content/maohao/.README.md.un~
Normal file
Binary file not shown.
14
basic_content/maohao/README.md
Normal file
14
basic_content/maohao/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# :: 范围解析运算符那些事
|
||||
|
||||
## 关于作者:
|
||||
|
||||
个人公众号:
|
||||
|
||||

|
||||
|
||||
- 全局作用域符(::name):用于类型名称(类、类成员、成员函数、变量等)前,表示作用域为全局命名空间
|
||||
- 类作用域符(class::name):用于表示指定类型的作用域范围是具体某个类的
|
||||
- 命名空间作用域符(namespace::name):用于表示指定类型的作用域范围是具体某个命名空间的
|
||||
|
||||
具体代码见:[maohao.cpp](maohao.cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user