Navigation
API > API/Runtime > API/Runtime/Sockets
| Name | FInternetAddrConstKeyMapFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include Path | #include "IPAddress.h" |
Syntax
template<typename ValueType>
struct FInternetAddrConstKeyMapFuncs : public BaseKeyFuncs< ValueType, TSharedRef< const FInternetAddr >, false >
Inheritance Hierarchy
- BaseKeyFuncs< ValueType, TSharedRef< const FInternetAddr >, false > → FInternetAddrConstKeyMapFuncs
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
const TSharedRef< const FInternetAddr >& Key |
IPAddress.h | ||
static const TSharedRef< const FInternetAddr > & GetSetKey
(
const TPair< TSharedRef< const FInternetAddr >, ValueType >& Element |
IPAddress.h | ||
static bool Matches
(
const TSharedRef< const FInternetAddr >& A, |
IPAddress.h |