cert-oop57-cpp.rst
1.4 KB
cert-oop57-cpp
Flags use of the C standard library functionsmemset
,memcpy
andmemcmp
and similar derivatives on non-trivial types.
Options
This check corresponds to the CERT C++ Coding Standard rule OOP57-CPP. Prefer special member functions and overloaded operators to C Standard Library functions.