Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 695 Bytes

File metadata and controls

29 lines (20 loc) · 695 Bytes

operator=

  • format[meta header]
  • std[meta namespace]
  • format_error[meta class]
  • function[meta id-type]
  • cpp20[meta cpp]
format_error& operator=(const format_error&) noexcept;           // (1) C++20
constexpr format_error& operator=(const format_error&) noexcept; // (1) C++26

概要

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

  • (1) : コピー代入

例外

投げない

関連項目

参照