.. title:: clang-tidy - hicpp-use-equals-delete
.. meta::
:http-equiv=refresh: 5;URL=../modernize/use-equals-delete.html
hicpp-use-equals-delete
=======================
This check is an alias for :doc:`modernize-use-equals-delete <../modernize/use-equals-delete>`.
Implements `rule 12.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_
to explicitly default or delete special member functions.