SpiecsEngine
 
Loading...
Searching...
No Matches

◆ get_bytes()

size_t scl::runtime_memory_block::get_bytes ( ) const
inline

Get the bytes_.

Returns
Return the bytes_.

Definition at line 95 of file RuntimeMemoryBlock.h.

95{ return bytes_; }
size_t bytes_
The bytes of the continue memory block handled.