Allocator.this

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

Meta