Alias FlatMap.AllocatorType

Type of the allocator object used to define the storage allocation model. By default DefaultAllocator is used.

struct FlatMap
{
  // ...
  alias AllocatorType = Storage.AllocatorType;
  // ...
}