Abilitare JavaScript per vedere questo sito.

Operatore di assegnazione bytearray.

Sintassi

bytearray &operator=(const bytearray &in source)

source

Array di byte sorgente

Risultato

Rende riferimento a array di byte risultante.

Esempio di utilizzo:

bytearray @data1;

 

/* Copia il contenuto di data0 in data0_copy */

bytearray data1_copy = data1;

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC