CheckedAllocator.parent

Undocumented in source.
  1. ParentAllocator parent;
  2. alias parent = ParentAllocator.instance
    struct CheckedAllocator(ParentAllocator, alias onFail = onOutOfMemoryError)
    static if(!(stateSize!ParentAllocator))
    alias parent = ParentAllocator.instance

Meta