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