File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 44324432
44334433 const char* comment() const noexcept;
44344434 contracts::detection_mode detection_mode() const noexcept;
4435- exception_ptr evaluation_exception() const noexcept;
44364435 bool is_terminating() const noexcept;
44374436 assertion_kind kind() const noexcept;
44384437 source_location location() const noexcept;
45514550
45524551\end {itemdescr }
45534552
4554- \begin {itemdecl }
4555- exception_ptr evaluation_exception() const noexcept;
4556- \end {itemdecl }
4557-
4558- \begin {itemdescr }
4559-
4560- \pnum
4561- \returns
4562- If the contract violation occurred
4563- because the evaluation of the predicate exited via an exception,
4564- an \tcode {exception_ptr} object that refers to
4565- that exception or a copy of that exception;
4566- otherwise, a null \tcode {exception_ptr} object.
4567-
4568- \end {itemdescr }
4569-
45704553\begin {itemdecl }
45714554bool is_terminating() const noexcept;
45724555\end {itemdecl }
You can’t perform that action at this time.
0 commit comments