Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32def.h

ASSERT

ASSERT (x) __ASSERT_DEBUG(x,User::Invariant())

Description

Generates _ASSERT_DEBUG code that calls User::Invariant() if the specified condition is not true.

Parameters

x

A conditional expression which results in true or false.