UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Experimental::RobinHoodHashTable_Private::TRobinHoodHashTable< KeyType, ValueType, Hasher, HashMapAllocator >::FData::FIteratorState Struct Reference

#include <RobinHoodHashTable.h>

Public Member Functions

bool operator== (const FIteratorState &Rhs) const
 
bool operator!= (const FIteratorState &Rhs) const
 

Public Attributes

IndexType Index
 

Member Function Documentation

◆ operator!=()

template<typename KeyType , typename ValueType , typename Hasher , typename HashMapAllocator >
bool Experimental::RobinHoodHashTable_Private::TRobinHoodHashTable< KeyType, ValueType, Hasher, HashMapAllocator >::FData::FIteratorState::operator!= ( const FIteratorState Rhs) const
inline

◆ operator==()

template<typename KeyType , typename ValueType , typename Hasher , typename HashMapAllocator >
bool Experimental::RobinHoodHashTable_Private::TRobinHoodHashTable< KeyType, ValueType, Hasher, HashMapAllocator >::FData::FIteratorState::operator== ( const FIteratorState Rhs) const
inline

Member Data Documentation

◆ Index

template<typename KeyType , typename ValueType , typename Hasher , typename HashMapAllocator >
IndexType Experimental::RobinHoodHashTable_Private::TRobinHoodHashTable< KeyType, ValueType, Hasher, HashMapAllocator >::FData::FIteratorState::Index

The documentation for this struct was generated from the following file: