Abilitare JavaScript per vedere questo sito.

Conversione della versione numerica completa (standard Robox nvMake estesa) in testo.

Sintassi

string nv_full_to_text(uint64 full_version, const string &in sep = "-")

version

Valore versione numerica sorgente

sep

Stringa separatore (opz) tra versione e numero build

Risultato

Rende il valore convertito

Esempio di utilizzo:

uint64 version = make_nv_full(value::make_nv(1, 0, 10), 1234);  

string buffer0 = nv_full_to_text(version); /* Rende valore "1.0.10-1234" */

string buffer1 = nv_full_to_text(version, "-debug"); /* Rende valore "1.0.10-debug1234" */

 

  

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