std::chrono::duration_values::max
Da cppreference.com
< cpp | chrono | duration values
![]() |
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. |
static constexpr Rep max(); |
||
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.
You can help to correct and verify the translation. Click here for instructions.
[editar] Parâmetros
(Nenhum)
Original:
(none)
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.
[editar] Valor de retorno
std::numeric_limits<Rep>::max() retornos
Original:
returns std::numeric_limits<Rep>::max()
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.
[editar] Veja também
[estática] |
retorna o valor máximo especial duração Original: returns the special duration value max The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (of std::chrono::duration função public static 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) |