I’ve seen :: in some documentations, e.g., xn::Generator::StartGenerating(), and was wondering what it exactly signified?
I’ve seen :: in some documentations, e.g., xn::Generator::StartGenerating() , and was wondering what it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s the scope resolution operator in C++.
http://en.wikipedia.org/wiki/Scope_resolution_operator
See also: whats the difference between dot operator and scope resolution operator.