February 19, 2016 Example of code with manual memory management | ||||
---|---|---|---|---|
| ||||
Hi, I am looking for example of types where memory management is manual, and the type supports operator overloading, etc. Grateful if someone could point me to sample example code. Thanks and Regards Dibyendu |
February 19, 2016 Re: Example of code with manual memory management | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dibyendu Majumdar | https://dlang.org/phobos/std_container.html and corresponding code in phobos. Though recently allocators were introduced and containers are going to be written with support for allocators. |
Copyright © 1999-2021 by the D Language Foundation