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

履歴 編集

function
<format>

std::format_error::operator=(C++20)

format_error& operator=(const format_error&) noexcept;           // (1) C++20
constexpr format_error& operator=(const format_error&) noexcept; // (1) C++26

概要

format_errorオブジェクトを代入する

  • (1) : コピー代入

例外

投げない

関連項目

参照