std::chrono::duration<Rep,Period>::zero
提供: cppreference.com
![]() |
このページは、Google 翻訳を使って英語版から機械翻訳されました。
翻訳には誤りや奇妙な言い回しがあるかもしれません。文章の上にポインタをおくと、元の文章が見れます。誤りを修正して翻訳を改善する手助けをしてください。翻訳についての説明は、ここをクリックしてください。 |
static constexpr duration zero(); |
||
長さがゼロの期間を返し.
Original:
Returns a zero-length duration.
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.
期間の表現
rep
がゼロ長持続時間を返すために他のいくつかの実装が必要な場合は、std::chrono::duration_valuesを所望の値を返すために特化することができます.Original:
If the representation
rep
of the duration requires some other implementation to return a zero-length duration, std::chrono::duration_values can be specialized to return the desired value.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.
パラメータ
(なし)
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.
値を返します
戻りstd::chrono::duration(std::chrono::duration_values<rep>::zero())
Original:
returns std::chrono::duration(std::chrono::duration_values<rep>::zero())
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.