std::valarray::resize — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
||
Redimensionne l'valarray pour contenir les éléments count .
Original:
Resizes the valarray to contain count elements.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Si la taille actuelle est inférieure à count, des éléments supplémentaires sont ajoutés et initialisé avec value .
Original:
If the current size is less than count, additional elements are appended and initialized with value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Si la taille actuelle est supérieure à count, le valarray est réduite à ses éléments count premier .
Original:
If the current size is greater than count, the valarray is reduced to its first count elements.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
| count | - | nouvelle taille du récipient Original: new size of the container The text has been machine-translated via Google Translate. |
| value | - | la valeur pour initialiser les éléments nouveaux Original: the value to initialize the new elements with The text has been machine-translated via Google Translate. |
Retourne la valeur
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Exemple
Voir aussi
renvoie la taille du valarray Original: returns the size of valarray The text has been machine-translated via Google Translate. (fonction membre publique) [edit] | |