TypedPtrBase.this

Undocumented in source.
  1. this(AllocatorWrapperOf!AllocT alloc)
  2. this(T value, AllocatorWrapperOf!AllocT alloc)
    struct TypedPtrBase(alias AllocT = SystemAllocator)
    @nogc nothrow
    this
    (
    T
    )
    (
    auto ref T value
    ,
    AllocatorWrapperOf!AllocT alloc = AllocatorWrapperOf!AllocT.init
    )

Meta