sampler::operator=, opérateur
Assigne la valeur d'un autre objet d'échantillonnage à un échantillonnage existant.
sampler& operator=( // [1] copy assignment operator
const sampler& _Other
) restrict(amp, cpu);
sampler& operator=( // [2] move assingment operator
sampler&& _Other
) restrict(amp, cpu);
Paramètres
_Other
[1] Copier l'opérateur d'assignation
L'objet sampler à copier dans cette sampler.[2] Déplacer l'opérateur d'assignation
L'objet sampler à déplacer dans cette sampler.
Valeur de retour
Référence à cette instance d'échantillonnage.
Configuration requise
En-tête : amp_graphics.h
Espace de noms : concurrency::graphics