std::chrono::year::operator int
提供: cppreference.com
<tbody>
</tbody>
explicit constexpr operator int() const noexcept; |
(C++20以上) | |
*this に格納されている年の値を返します。
戻り値
*this に格納されている年の値。