Abilitare JavaScript per vedere questo sito.

Costruttore per la classe string.

Sintassi

string()

string(const string &in source)

string(const bytearray @data)

source

Stringa sorgente

data

Array di byte sorgente

Esempio di utilizzo:

/* Stringa vuota */

string empty_string;

 

/* Stringhe assegnate */

string str1("valore per stringa 1");

string str2(str1);

string str3 = "valore per stringa 3";

 

/* Creazione stringa da array di byte */

bytearray data_str4;

string str4(data_str4);

 

  

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