Kinds of containers

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 21 07:20:22 PDT 2015


On 10/21/2015 09:46 AM, Robert burner Schadek wrote:
> On Wednesday, 21 October 2015 at 11:05:12 UTC, Andrei Alexandrescu wrote:
>> I'm finally getting the cycles to get to thinking about Design by
>> Introspection containers.
>
> What do you have in mind about the Design by Introspection (DyI, DbI is
> taken) for the container?

Containers will obey subsets of a nomenclature of primitives.

> How do you plan to use the allocators? Have the container create and
> handle the allocator, pass it at container construction, or (YOUR IDEA
> HERE)?

Container will pick the current allocator reference, or get it as a 
creation parameters, and store it for the life of the container.


Andrei


More information about the Digitalmars-d mailing list