SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetSpareBytes()

template<typename T >
size_t Spices::ObjectPool< T >::GetSpareBytes ( ) const
inline

Get SpareBytes.

Returns
Returns SpareBytes.

Definition at line 99 of file ObjectPool.h.

99{ return m_SpareBytes; }
size_t m_SpareBytes
Spare bytes of this objectPool.
Definition ObjectPool.h:133