|
From: Luigi B. <lui...@gm...> - 2011-02-01 15:06:41
|
On Tue, 2011-02-01 at 15:55 +0100, Henner Heck wrote: > Yes, the boost::optional seems tricky. Also, it depends on the language. For Python, one can write a typemap so that the wrapped function accepts either a value or None, and maps the latter to boost::none. For Java, is there any such null value? Luigi -- The shortest way to do many things is to do only one thing at once. -- Samuel Smiles |