std::seed_seq::seed_seq
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody> seed_seq(); |
(1) | (dal C++11) |
seed_seq( const seed_seq& ) = delete; |
(2) | (dal C++11) |
template< class InputIt > seed_seq( InputIt begin, InputIt end ); |
(3) | (dal C++11) |
template< class T > seed_seq( std::initializer_list<T> il ); |
(4) | (dal C++11) |
1)
Il costruttore predefinito crea un oggetto con una sequenza
std::seed_seq seme iniziale di lunghezza zero.Original:
The default constructor creates a
std::seed_seq object with an initial seed sequence of length zero.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.
2)
Il costruttore di copia viene eliminata: