Files
2020-07-20 10:08:07 +08:00
..
2020-07-19 10:38:38 +08:00
2020-07-19 10:38:38 +08:00
2020-07-20 10:08:07 +08:00
2020-07-19 10:38:38 +08:00

:: Story about range resolution operators

Abput Author

  • Global scope::nameUsed before a type name (class, class member, member function, variable, etc.), indicates that the scope is a global namespace
  • Class scopeclass::nameThe scope used to represent the specified type is class specific
  • Namespace scopenamespace::name: The scope used to represent the specified type is a namespace specific

Code maohao.cpp