libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
Typedefs
from_unordered_map.hpp File Reference

from::unordered_map based on std::unordered_map More...

#include <memory/from_allocator.hpp>
#include <unordered_map>

Go to the source code of this file.

Typedefs

template<typename K , typename V , typename Hash = std::hash<K>, typename Eq = std::equal_to<K>, typename AllocatorTag = from::default_allocator_tag>
using from::unordered_map = std::unordered_map< K, V, Hash, Eq, from::allocator< std::pair< const K, V >, AllocatorTag > >
 std::unordered_map with from::allocator.
 

Detailed Description

from::unordered_map based on std::unordered_map

Copyright 2024 libER ELDEN RING API library