Literal descriptors are not strictly part of the Descriptors API,
as they are not derived from the descriptor type base class
TDesC
. However, they have conversion operators so that
they can be passed to any functions which take const TDesC&
or const TRefByValue<const TDesC>
parameters.
The literal descriptor stores literal text and provides operators to convert the text into a standard descriptor.