Search Results for

    Show / Hide Table of Contents

    Struct DictionaryBucket

    Describes single portion of space for the key and value pair in a hash map.

    Assembly: FlaxEngine.dll
    File: Engine/Core/Collections/Dictionary.h
    Syntax
    public struct DictionaryBucket<KeyType, ValueType, AllocationType>
    Type Parameters
    typename KeyType

    typename ValueType

    typename AllocationType

    Fields

    Dictionary<KeyType, ValueType, AllocationType>

    Declaration
    public friend Dictionary<KeyType, ValueType, AllocationType>
    Field Value
    friend

    HashSetBase<AllocationType, DictionaryBucket>

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

    Key

    The key.

    Declaration
    public KeyType Key
    Field Value
    KeyType

    Memory

    Declaration
    public friend Memory
    Field Value
    friend

    Value

    The value.

    Declaration
    public ValueType Value
    Field Value
    ValueType

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