Thread overview | |||||
---|---|---|---|---|---|
|
June 07, 2014 Does D have a variant data type? | ||||
---|---|---|---|---|
| ||||
I am looking for something like boost::variant in C++ |
June 07, 2014 Re: Does D have a variant data type? | ||||
---|---|---|---|---|
| ||||
Posted in reply to katuday | On Saturday, 7 June 2014 at 19:10:19 UTC, katuday wrote: > I am looking for something like boost::variant in C++ Like this? http://dlang.org/phobos/std_variant.html |
June 07, 2014 Re: Does D have a variant data type? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Chris Cain | On Saturday, 7 June 2014 at 19:10:53 UTC, Chris Cain wrote:
> On Saturday, 7 June 2014 at 19:10:19 UTC, katuday wrote:
>> I am looking for something like boost::variant in C++
>
> Like this?
> http://dlang.org/phobos/std_variant.html
Thank you.
|
Copyright © 1999-2021 by the D Language Foundation