Ark Server API (ASA) - Wiki
|
#include "Containers/Map.h"
#include "Algo/BinarySearch.h"
#include "Algo/Sort.h"
#include "UObject/NameTypes.h"
Go to the source code of this file.
Functions | |
DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT ((template< typename KeyType, typename ValueType, typename ArrayAllocator, typename SortPredicate >),(TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >)) | |
template<typename KeyType , typename ValueType , typename ArrayAllocator , typename SortPredicate > | |
FORCEINLINE FArchive & | operator<< (FArchive &Ar, TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate > &Map) |
DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT | ( | (template< typename KeyType, typename ValueType, typename ArrayAllocator, typename SortPredicate >) | , |
(TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate >) | ) |
FORCEINLINE FArchive & operator<< | ( | FArchive & | Ar, |
TSortedMap< KeyType, ValueType, ArrayAllocator, SortPredicate > & | Map ) |
Serializer.
Definition at line 791 of file SortedMap.h.