SpiecsEngine
 
Loading...
Searching...
No Matches

◆ IsEmpty()

template<typename K , typename V >
bool scl::thread_unordered_map< K, V >::IsEmpty ( ) const
inline

Is this queue is empty. @reutrn Returns true if empty.

Definition at line 35 of file ThreadUnorderedMap.h.

35{ return m_Count.load() == 0; }
std::atomic_uint32_t m_Count
elements of this unordered_map.