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
}
scl::linked_unordered_map::m_Size
std::atomic_int m_Size
This container size.
Definition
LinkedUnorderedMap.h:45
scl
linked_unordered_map
Generated on Sun Mar 8 2026 10:24:48 for SpiecsEngine by
1.10.0