_based pointers in D?

Robert M. Münch robert.muench at robertmuench.de
Sat Jun 5 03:56:46 PDT 2010


On 2010-06-05 03:12:58 +0200, bearophile said:

> D doesn't have this feature, but you can try to implement it using a 
> struct that defines opUnary!("*") and more. If your implementation 
> comes out nicely and you are willing to share your code, then maybe 
> Andrei can add it to Phobos2.

Thanks for the hint using structs and the operator stuff. I will 
definetly look into it and share my stuff. I will need something like 
this in conjunction with memory-mapped-files.

-- 
Robert M. Münch
http://www.robertmuench.de



More information about the Digitalmars-d mailing list