SpiecsEngine
 
Loading...
Searching...
No Matches

◆ size()

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

Get the size of object_.

Returns
Return the size of object_.

Definition at line 101 of file RuntimeMemoryBlock.h.

101{ return object_.size(); }
std::unordered_map< std::string, size_t > object_
The data information of the continue memory block handled. Data: parameter name - parameter position ...