Chapter Contents |
Previous |
Next |
Interpreting C++ Demangled Names |
Certain SAS/C keywords may be replaced in a name with shorter abbreviations. The keywords and their abbreviations are listed in Keywords and Their Abbreviations.
class myclass { public: int a,b; }; template <int myclass::*> class strange { /* template body */ }; void confusing(strange<&my_class::b>);
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.