Search Results for

    Show / Hide Table of Contents

    Struct HashSetBucket

    Describes single portion of space for the item in a hash set.

    Assembly: FlaxEngine.dll
    File: Engine/Core/Collections/HashSet.h
    Syntax
    public struct HashSetBucket<T, AllocationType>
    Type Parameters
    typename T

    typename AllocationType

    Fields

    HashSet<T, AllocationType>

    Declaration
    public friend HashSet<T, AllocationType>
    Field Value
    friend

    HashSetBase<AllocationType, HashSetBucket>

    Declaration
    public friend HashSetBase<AllocationType, HashSetBucket>
    Field Value
    friend

    Item

    The item.

    Declaration
    public T Item
    Field Value
    T

    Memory

    Declaration
    public friend Memory
    Field Value
    friend

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat