...
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 | "CSJ Passing parameters and 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 | "CSJ Passing parameters and return values "[CSJ] |
...