std::kill_dependency
Aus cppreference.com
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
definiert in Header <atomic> | ||
template<class T > T kill_dependency( T y ); | ||
Informiert den Compiler, dass die Abhängigkeit Baum von einem std::memory_order_consume atomare Last gestartet nicht über die Rückgabewert std::kill_dependency erweitern, das heißt, das Argument nicht tragen eine Abhängigkeit in der Rückgabewert .
Original:
Informs the compiler that the dependency tree started by an std::memory_order_consume atomic load operation does not extend past the return value of std::kill_dependency; that is, the argument does not carry a dependency into the return value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Inhaltsverzeichnis |
[Bearbeiten]Parameter
y | - | Der Ausdruck, dessen Rückgabewert ist von einer Abhängigkeit Baum entfernt werden Original: the expression whose return value is to be removed from a dependency tree The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[Bearbeiten]Rückgabewert
Versandkosten
y
, nicht mehr ein Teil von einer Abhängigkeit Baum .Original:
Returns
y
, no longer a part of a dependency tree.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten]Ausnahmen
[Bearbeiten]Beispiele
This section is incomplete Reason: no example |
[Bearbeiten]Siehe auch
(C++11) | definiert Speicher Bestellung Einschränkungen für den angegebenen atomaren Operation Original: defines memory ordering constraints for the given atomic operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (typedef) |