Re: Allocating a class within another class during object init w/o passing in an allocator
David Zhang via Digitalmars-d-learn Thu, 15 Dec 2016 12:56:22 -0800
Thank you for your responses. Visitor, I don't want any reference
to an allocator within the class if I can avoid it. ag0aep6g,
thanks! That's what I was looking for. However, it leaves me with
another question, how much (if any) space would the static array
require from the class? It's not a strict necessity for me, but
I'm curious.
- Allocating a class within another clas... David Zhang via Digitalmars-d-learn
- Re: Allocating a class within ano... visitor via Digitalmars-d-learn
- Re: Allocating a class within ano... ag0aep6g via Digitalmars-d-learn
- Re: Allocating a class within... David Zhang via Digitalmars-d-learn
- Re: Allocating a class wi... ag0aep6g via Digitalmars-d-learn
- Re: Allocating a clas... David Zhang via Digitalmars-d-learn
- Re: Allocating a... ag0aep6g via Digitalmars-d-learn
- Re: Allocati... David Zhang via Digitalmars-d-learn
- Re: Allo... ag0aep6g via Digitalmars-d-learn