SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » ASSERT
Location: e32def.h
e32def.h
ASSERT
ASSERT (x) __ASSERT_DEBUG(x,User::Invariant())
Generates _ASSERT_DEBUG code that calls User::Invariant() if the specified condition is not true.
User::Invariant()
x
A conditional expression which results in true or false.
Copyright ©2008 Symbian Software Ltd.