Condividi tramite


char_traits::off_type

Un tipo intero che può rappresentare gli offset tra le posizioni in un flusso.

typedef streamoff off_type;

Note

Il tipo è un integer con segno che descrive un oggetto che può memorizzare un offset di byte in questione in numerosi flusso che consente operazioni. È in genere un sinonimo di streamoff, ma con le stesse proprietà di quel tipo.

Requisiti

Intestazione: <string>

Spazio dei nomi: std

Vedere anche

Riferimenti

Struct char_traits