14 lines · plain
1.. title:: clang-tidy - cppcoreguidelines-noexcept-move-operations2.. meta::3 :http-equiv=refresh: 5;URL=../performance/noexcept-move-constructor.html4 5cppcoreguidelines-noexcept-move-operations6==========================================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 see12:doc:`performance-noexcept-move-constructor13<../performance/noexcept-move-constructor>` for more information.14