 
                            ...
| CERT C++ Secure Coding Standard | DCL13-CPP. Declare function parameters that are pointers to values not changed by the function as const | 
| ISO/IEC TR 24772:2013 | Passing parameters Parameters and return values Return Values [CSJ] | 
 
                            ...
| CERT C++ Secure Coding Standard | DCL13-CPP. Declare function parameters that are pointers to values not changed by the function as const | 
| ISO/IEC TR 24772:2013 | Passing parameters Parameters and return values Return Values [CSJ] |