std::chrono::duration_values
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. |
<metanoindex/>
<tbody> </tbody>| Definido no cabeçalho <chrono>
|
||
template <class Rep> struct duration_values; |
(desde C++11) | |
O tipo
std::chrono::duration_values define três durações comuns:Original:
The
std::chrono::duration_values type defines three common durations: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.
std::chrono::duration_values::zerostd::chrono::duration_values::minstd::chrono::duration_values::max
Os zero, min, métodos e max em std::chrono::duration frente o seu trabalho a estes métodos.
Original:
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.
Este tipo pode ser especializado, se o
Rep representação requer uma implementação específica para retornar esses objetos duração.Original:
This type can be specialized if the representation
Rep requires a specific implementation to return these duration objects.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.
Funções de membro
[estática] |
retorna uma representação de comprimento zero Original: returns a zero-length representation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função public static membro) |
[estática] |
retorna a representação mais pequena possível Original: returns the smallest possible representation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função public static membro) |
[estática] |
retorna a maior representatividade possível Original: returns the largest possible representation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função public static membro) |