constexpr explicit operator unsigned int() const noexcept; // (1) C++20
概要
day
オブジェクトをunsigned int
型に明示的に変換する。
戻り値
- (1) : メンバ変数として保持している
unsigned int
型としての日の値を返す
例
出力
バージョン
言語
- C++20
処理系
- Clang: 8.0 ✅
- GCC: 9.2 ❌
- Visual C++: 2019 Update 3 ❌
constexpr explicit operator unsigned int() const noexcept; // (1) C++20
day
オブジェクトをunsigned int
型に明示的に変換する。
unsigned int
型としての日の値を返す