Allocator.this

Undocumented in source.
  1. this(_ )
  2. this(_ )
  3. this(AllocT* instance)
    struct Allocator(alias AllocT)
    @safe
    static if(!(isStatic))
    this
    (
    AllocT* instance
    )
    if (
    ctassert!(isSimpleAllocator!AllocT, "Type `" ~ AllocT.stringof ~ "` is not an allocator.")
    )
  4. this(AllocT* instance)

Meta