Creating a class at a specific address in memory.

TheFlyingFiddle theflyingfiddle at gmail.com
Thu Dec 12 15:01:48 PST 2013


> emplace() is what you are looking for (found inexplicably in 
> std.conv).
>
> http://dlang.org/phobos/std_conv.html#.emplace

Exactly what i wanted :) Thanks for the quick answer!

And yeah... std.conv seems like a wierd place to have this 
functionallity.


More information about the Digitalmars-d-learn mailing list