This website requires JavaScript.
Explore
Help
Sign In
DevWiki
/
CPlusPlusThings
Watch
1
Star
0
Fork
0
You've already forked CPlusPlusThings
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
master
CPlusPlusThings
/
basic_content
/
maohao
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
zhangxing
7529ae3a55
support bazel complie this project and format code.
2023-03-30 22:53:48 +08:00
..
BUILD
support bazel complie this project and format code.
2023-03-30 22:53:48 +08:00
maohao.cpp
support bazel complie this project and format code.
2023-03-30 22:53:48 +08:00
README.md
update
2020-03-05 15:46:10 +08:00
README.md
:: 范围解析运算符那些事
关于作者:
个人公众号:
全局作用域符(::name):用于类型名称(类、类成员、成员函数、变量等)前,表示作用域为全局命名空间
类作用域符(class::name):用于表示指定类型的作用域范围是具体某个类的
命名空间作用域符(namespace::name):用于表示指定类型的作用域范围是具体某个命名空间的
具体代码见:
maohao.cpp
Reference in New Issue
View Git Blame
Copy Permalink