Navigation
Unreal Engine C++ API Reference > Runtime > Sockets
Inheritance Hierarchy
- BaseKeyFuncs
- FInternetAddrConstKeyMapFuncs
References
Module | Sockets |
Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
Include | #include "IPAddress.h" |
Syntax
template<typename ValueType>
struct FInternetAddrConstKeyMapFuncs : public BaseKeyFuncs< ValueType, TSharedRef< const FInternetAddr >, false >
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
uint32 | GetKeyHash
(
const TSharedRef< const FInternetAddr >& Key |
|
![]() ![]() |
const TSharedRef< const FInternetAddr > & | GetSetKey
(
const TPair< TSharedRef< const FInternetAddr >, ValueType >& Element |
|
![]() ![]() |
bool | Matches
(
const TSharedRef< const FInternetAddr >& A, |