On Mon, Dec 10, 2012 at 6:08 PM, Eike Rathke <erack@redhat.com> wrote:
Hi Norbert,
On Monday, 2012-12-10 17:38:34 -0600, Norbert Thiebaud wrote:
Am I thinking of something else or the current syntax is:
if( ! (*stream>>meh))
{
/* error */
}
...
iow the >> operator return a boolean that indicate the sucess or
failure of the >> operation...
No, all overloads return a SvStream&, otherwise things like
rStream >> some >> and >> another
would not work.
You probably have the uno::Any extractor in mind, which is used as
if (any >>= var)
Ah yes indeed... sorry for the noise
Norbert
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.