Struct FlatPtrHashSet<T>
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
-
IEnumerable<T>
- Inherited Members
Properties
Count
Gets the number of elements in this set.
public int Count { get; }
Property Value
Methods
GetEnumerator()
Returns an enumerator that iterates through the set.
public FlatPtrHashSet<T>.Enumerator GetEnumerator()
Returns
- FlatPtrHashSet<T>.Enumerator
The enumerator.