llvm/clang-tools-extra/docs/clang-tidy/checks/hicpp/use-equals-default.rst

.. title:: clang-tidy - hicpp-use-equals-defaults
.. meta::
   :http-equiv=refresh: 5;URL=../modernize/use-equals-default.html

hicpp-use-equals-default
========================

This check is an alias for :doc:`modernize-use-equals-default <../modernize/use-equals-default>`.
Implements `rule 12.5.1 <https://www.perforce.com/resources/qac/high-integrity-cpp-coding-standard/special-member-functions>`_ to explicitly default special member functions.