std::ios_base::seekdir
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| typedef /*implementation defined*/ seekdir; |
||
| static constexpr seekdir beg = /*implementation defined*/ static constexpr seekdir end = /*implementation defined*/ |
||
Especifica el archivo de búsqueda de tipo de dirección. Las siguientes constantes son definidas:
Original:
Specifies file seeking direction type. The following constants are defined:
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.
| Constant
Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
| beg | el inicio de una corriente
Original: the beginning of a stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| end | el final de una secuencia
Original: the ending of a stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| cur | la posición actual del indicador de posición corriente
Original: the current position of stream position indicator The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar] Ejemplo
| This section is incomplete Reason: no example |