Table of Contents

Struct FlatPtrHashSet<T>

Namespace
SampSharp.OpenMp.Core.RobinHood
Assembly
SampSharp.OpenMp.Core.dll

Represents a pointer to an robin_hood::unordered_flat_set of open.mp interface pointers of type T. robin_hood::unordered_flat_set is part of the robin_hood C++ library.

public readonly struct FlatPtrHashSet<T> : IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : unmanaged, IUnmanagedInterface

Type Parameters

T
Implements
Inherited Members

Properties

Count

Gets the number of elements in this set.

public int Count { get; }

Property Value

int

Methods

GetEnumerator()

Returns an enumerator that iterates through the set.

public FlatPtrHashSet<T>.Enumerator GetEnumerator()

Returns

FlatPtrHashSet<T>.Enumerator

The enumerator.