#include <StaticAssert.h>
Public Member Functions | |
| StaticAssert (...) | |
| void | dummy () |
assert equivalent but in compiletime usage: MPL_STATIC_ASSERT( condition,errormsg) Error message is not a quoted string Example: MPL_STATIC_ASSERT( mel::mpl::isSame<int,float>::result,NotSameType)
|
inline |