Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Containers/TwoWayMap.h |
| Include | #include "Experimental/Containers/TwoWayMap.h" |
Syntax
template<typename DomainType, typename RangeType>
struct TBijectionMaps
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | TBijectionMaps
(
const std::initializer_list< FPairValue >& InitList |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const DomainType * | Find
(
const RangeType& InValue |
||
| const RangeType * | Find
(
const DomainType& InValue |
||
| const DomainType & | FindChecked
(
const RangeType& InValue |
||
| const RangeType & | FindChecked
(
const DomainType& InValue |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPairValue |