cppreference.com
アカウント作成
ログイン
名前空間
ページ
ノート
変種
表示
表示
編集
履歴
操作
std::chrono::hh_mm_ss<Duration>::
operator precision,
std::chrono::hh_mm_ss<Duration>::
to_duration
From cppreference.com
<
cpp
|
chrono
|
hh mm ss
C++
コンパイラサポート
フリースタンディングとホスト
言語
標準ライブラリ
標準ライブラリヘッダー
名前付き要件
機能テストマクロ
(C++20)
言語サポートライブラリ
コンセプトライブラリ
(C++20)
診断ライブラリ
メモリ管理ライブラリ
メタプログラミングライブラリ
(C++11)
汎用ユーティリティライブラリ
コンテナライブラリ
イテレータライブラリ
Rangesライブラリ
(C++20)
アルゴリズムライブラリ
文字列ライブラリ
テキスト処理ライブラリ
数値ライブラリ
日付と時刻ライブラリ
入出力ライブラリ
ファイルシステムライブラリ
(C++17)
並行サポートライブラリ
(C++11)
実行制御ライブラリ
(C++26)
Technical specifications (技術仕様)
シンボルインデックス
外部ライブラリ
[編集]
日付と時刻ライブラリ
時間点
time_point
(C++11)
clock_time_conversion
(C++20)
clock_cast
(C++20)
時間間隔
duration
(C++11)
クロック
system_clock
(C++11)
steady_clock
(C++11)
is_clock
(C++20)
utc_clock
(C++20)
tai_clock
(C++20)
high_resolution_clock
(C++11)
gps_clock
(C++20)
file_clock
(C++20)
local_t
(C++20)
時刻
is_am
is_pm
(C++20)
(C++20)
make12
make24
(C++20)
(C++20)
hh_mm_ss
(C++20)
カレンダー
day
(C++20)
month
(C++20)
year
(C++20)
weekday
(C++20)
operator/
(C++20)
year_month_day
(C++20)
year_month_day_last
(C++20)
year_month_weekday
(C++20)
year_month_weekday_last
(C++20)
weekday_indexed
(C++20)
weekday_last
(C++20)
month_day
(C++20)
month_day_last
(C++20)
month_weekday
(C++20)
month_weekday_last
(C++20)
year_month
(C++20)
last_spec
last
(C++20)
(C++20)
chrono
I/O
parse
(C++20)
タイムゾーン
tzdb
(C++20)
tzdb_list
(C++20)
get_tzdb
get_tzdb_list
reload_tzdb
remote_version
(C++20)
(C++20)
(C++20)
(C++20)
sys_info
(C++20)
local_info
(C++20)
nonexistent_local_time
(C++20)
ambiguous_local_time
(C++20)
locate_zone
(C++20)
current_zone
(C++20)
time_zone
(C++20)
choose
(C++20)
zoned_traits
(C++20)
zoned_time
(C++20)
time_zone_link
(C++20)
leap_second
(C++20)
leap_second_info
(C++20)
get_leap_second_info
(C++20)
C スタイルの日付と時刻
[編集]
std::chrono::hh_mm_ss
メンバ関数
hh_mm_ss::hh_mm_ss
hh_mm_ss::is_negative
hh_mm_ss::hours
hh_mm_ss::minutes
hh_mm_ss::seconds
hh_mm_ss::subseconds
hh_mm_ss::operator precision
hh_mm_ss::to_duration
非メンバ関数
operator<<
ヘルパークラス
formatter
<std::chrono::hh_mm_ss>
[編集]
constexpr
explicit
operator precision
(
)
const
noexcept
;
(1)
constexpr
precision to_duration
(
)
const
noexcept
;
(2)
表現されている期間を返します。
[
編集
]
戻り値
表現されている期間。
[
編集
]
例
このセクションは未完成です
理由: 例がありません
カテゴリ
:
TODO: 例なし
English
日本語
中文(简体)
中文(繁體)