Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 788 Bytes

File metadata and controls

35 lines (26 loc) · 788 Bytes

comment

  • contracts[meta header]
  • std::contracts[meta namespace]
  • function[meta id-type]
  • cpp26[meta cpp]
  • contract_violation[meta class]
const char* comment() const noexcept;

概要

契約違反の詳細を記録したchar列を返す。

このchar列はnull-terminated multi-byte string、すなわち'\0'で終端されたマルチバイト文字列であることが保証されている。

戻り値

契約違反の詳細を記録したchar列

例外

投げない

バージョン

言語

  • C++26

処理系

参照