SpiecsEngine
Loading...
Searching...
No Matches
◆
Clear()
template<typename K , typename V >
void
scl::thread_unordered_map
< K, V >::Clear
(
)
inline
Clear this unordered_map.
Definition at line
152
of file
ThreadUnorderedMap.h
.
153
{
154
std::unique_lock<std::shared_mutex> lock(
m_Mutex
);
155
156
m_Map
.clear();
157
}
scl::thread_unordered_map::m_Mutex
std::shared_mutex m_Mutex
Mutex of this queue.
Definition
ThreadUnorderedMap.h:89
scl::thread_unordered_map::m_Map
std::unordered_map< K, V > m_Map
This wrapped unordered_map.
Definition
ThreadUnorderedMap.h:94
scl
thread_unordered_map
Generated on Sun Mar 8 2026 10:24:48 for SpiecsEngine by
1.10.0