Location:
e32def.h
_LIT8 (name, s) const static TLitC8<sizeof(s)> name={sizeof(s)-1,s}
Constructs a constant literal descriptor of type TLitC8<TInt> with the specified name and text.
The 8-bit build variant is generated for both non-Unicode and Unicode builds.
|