最終更新日時(UTC):
が更新

履歴 編集

function
<format>

std::basic_format_parse_context::check_dynamic_spec_integral(C++26)

constexpr void check_dynamic_spec_integral(size_t id) noexcept;

概要

動的な幅・精度の引数の型が整数型かコンパイル時に検証する。

効果

以下と等価:

check_dynamic_spec<int, unsigned int, long long int, unsigned long long int>(id);

バージョン

言語

  • C++26

処理系

参照