|
UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
|
Stores memory size in bytes, this is useful to format human-readable memory sizes. More...
#include <Base.h>
Public Member Functions | |
| MemorySizeImpl (T sizeInBytes) | |
| template<class T1 > | |
| MemorySizeImpl & | operator= (const MemorySizeImpl< T1 > &other) |
| MemorySizeImpl & | operator= (const MemorySizeImpl &other)=default |
| MemorySizeImpl & | operator= (MemorySizeImpl &&other) noexcept=default |
| MemorySizeImpl & | operator= (const T &other) |
| T | GetBytes () const |
| Get memory size in bytes. | |
Stores memory size in bytes, this is useful to format human-readable memory sizes.