.. title:: clang-tidy - cppcoreguidelines-noexcept-move-operations
.. meta::
:http-equiv=refresh: 5;URL=../performance/noexcept-move-constructor.html
cppcoreguidelines-noexcept-move-operations
==========================================
This check implements `C.66 <https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c66-make-move-operations-noexcept>`_
from the C++ Core Guidelines.
The `cppcoreguidelines-noexcept-move-operations` check is an alias, please see
:doc:`performance-noexcept-move-constructor <../performance/noexcept-move-constructor>`
for more information.