CPlusPlusThings/english/basic_content/maohao/README.md
2020-07-20 10:08:07 +08:00

490 B
Raw Permalink Blame History

:: 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