Use internal references instead of external links to navigate between checks. This allow to generate proper hyperlinks when documentation is generated in other format than html, for example: latex or pdf
14 lines
588 B
ReStructuredText
14 lines
588 B
ReStructuredText
.. 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.
|