SpiecsEngine
 
Loading...
Searching...
No Matches

◆ size()

template<typename K , typename V >
size_t scl::linked_unordered_map< K, V >::size ( )
inline

The container's element size.

Returns
Returns the size of the container.

Definition at line 174 of file LinkedUnorderedMap.h.

175 {
176 return m_Size.load();
177 }
std::atomic_int m_Size
This container size.