SpiecsEngine
 
Loading...
Searching...
No Matches
LinkedUnorderedMap.h File Reference

The LinkedUnorderedMap Class Definitions and Implementation. More...

#include "Core/Core.h"
#include <unordered_map>
#include <shared_mutex>
#include <list>

Go to the source code of this file.

Classes

class  scl::linked_unordered_map< K, V >
 The container combines hashmap and list together. Used in the case that we want iter a hashmap in order. Thread Safe. More...
 

Namespaces

namespace  scl
 

Detailed Description

The LinkedUnorderedMap Class Definitions and Implementation.

Author
Spices.

Definition in file LinkedUnorderedMap.h.