SyntaxFix
Write A Post
Hire A Developer
Questions
The :: is called scope resolution operator. Can be used like this:
::
:: identifier class-name :: identifier namespace :: identifier
You can read about it here https://docs.microsoft.com/en-us/cpp/cpp/scope-resolution-operator?view=vs-2017