Hello eveyone,
could someone of C++ profs. out here explain me following method declaration? Just got a bit confused :)
Best regards!
Demon-777
could someone of C++ profs. out here explain me following method declaration? Just got a bit confused :)
Code:
const int* const SampleMethod(const int* const&) const;
Demon-777