ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkStaticAssert.h File Reference

Go to the source code of this file.

Macros

#define itkStaticAssert(expr, str)
 

Macro Definition Documentation

◆ itkStaticAssert

#define itkStaticAssert ( expr,
str )
Value:
static_assert(false, "Use C++ 11 static_assert directly")

Definition at line 23 of file itkStaticAssert.h.