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_setof StringView values.robin_hood::unordered_flat_setis part of therobin_hoodC++ library.
- FlatPtrHashSet<T>
Represents a pointer to an
robin_hood::unordered_flat_setof open.mp interface pointers of typeT.robin_hood::unordered_flat_setis part of therobin_hoodC++ library.
- FlatPtrHashSet<T>.Enumerator
Represents an enumerator for a FlatPtrHashSet<T>.