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

履歴 編集

function
<format>

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

constexpr void check_dynamic_spec_string(size_t id) noexcept;

概要

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

効果

以下と等価:

check_dynamic_spec<const char_type*, basic_string_view<char_type>>(id);

バージョン

言語

  • C++26

処理系

参照