| 
    iutest
    1.17.1.0
    
   | 
 
iris unit test static assertion 定義 ファイル [詳解]
#include "iutest_config.hpp"

名前空間 | |
| iutest | |
| iutest root namespace  | |
マクロ定義 | |
| #define | StaticAssertTypeEq detail::StaticAssertTypeEqHelper | 
| 型アサーション  [詳解] | |
| #define | IUTEST_STATIC_ASSERT_MSG(B, Msg) | 
| #define | IUTEST_STATIC_ASSERT(...) IUTEST_STATIC_ASSERT_MSG((__VA_ARGS__), #__VA_ARGS__) | 
| static_assert  | |
| #define | IUTEST_STATIC_ASSERT_IF_EXISTS(identifier, msg) | 
| static assert if exists  | |
| #define | IUTEST_STATIC_ASSERT_IF_NOT_EXISTS(identifier, msg) | 
| static assert if not exists  | |
iris unit test static assertion 定義 ファイル
| #define IUTEST_STATIC_ASSERT_MSG | ( | B, | |
| Msg | |||
| ) | 
 1.8.17