Skip to content

Files

Latest commit

cd443ea · Apr 3, 2025

History

History
27 lines (19 loc) · 668 Bytes

File metadata and controls

27 lines (19 loc) · 668 Bytes

what

  • optional[meta header]
  • std[meta namespace]
  • bad_optional_access[meta class]
  • function[meta id-type]
  • cpp17[meta cpp]
const char* what() const noexcept override;           // (1) C++17
constexpr const char* what() const noexcept override; // (1) C++26

概要

エラー理由となる実装依存文字列を取得する。

例外

投げない

関連項目

参照