.. title:: clang-tidy - cert-oop57-cpp
.. meta::
   :http-equiv=refresh: 5;URL=../bugprone/raw-memory-call-on-non-trivial-type.html

cert-oop57-cpp
==============

The `cert-oop57-cpp` check is an alias, please see
:doc:`bugprone-raw-memory-call-on-non-trivial-type
<../bugprone/raw-memory-call-on-non-trivial-type>`
for more information.

This check corresponds to the CERT C++ Coding Standard rule
`OOP57-CPP. Prefer special member functions and overloaded operators to C
Standard Library functions
<https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+and+overloaded+operators+to+C+Standard+Library+functions>`_.
