Table of Contents

Namespace SampSharp.OpenMp.Core.RobinHood

Classes

FlatHashSetStringViewMarshaller

Represents a marshaller entrypoint for marshalling a native FlatHashSetStringView structure to to a managed enumerable of string values.

Structs

FlatHashSetStringView

Represent a pointer to an robin_hood::unordered_flat_set of StringView values. robin_hood::unordered_flat_set is part of the robin_hood C++ library.

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.

FlatPtrHashSet<T>.Enumerator

Represents an enumerator for a FlatPtrHashSet<T>.