このページを編集する際は、編集に関する方針に従ってください。

概要

引数

  1. condition : 評価式

実装

#ifndef USE_ASSERT_CHECKING
#define AssertMacro(condition)	((void)true)
#else
#define AssertMacro(condition) \
		((void) TrapMacro(!(condition), "FailedAssertion"))
#endif   /* USE_ASSERT_CHECKING */

呼出元

履歴

コメント



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS