Freigeben über


cancellation_token_registration::cancellation_token_registration-Konstruktor

Erstellt ein cancellation_token_registration-Objekt.

cancellation_token_registration();

cancellation_token_registration(
   const cancellation_token_registration& _Src
);

cancellation_token_registration(
   cancellation_token_registration&& _Src
);

Parameter

  • _Src
    Das Quell- cancellation_token_registration-Objekt.

Hinweise

Der Standardkonstruktor erstellt ein leeres cancellation_token_registration-Objekt, das nicht gültig sein soll, bis sie kopiert oder von anderen gültigen cancellation_token_registration zugewiesen.

Wie cancellation_token_registration z. B. ein Zeiger intelligenter nach einem Kopiervorgang Konstruktion Verhalten dieser Objekte darstellt wie die gleiche eigentliche Registrierung _Src.

Anforderungen

Header: ppl.h

Namespace: Parallelität

Siehe auch

Referenz

cancellation_token_registration-Klasse