Conversion of MiB to bytes.
Synopsis
Declared in <util/byte_units.h>
consteval
uint64_t
operator""_MiB(unsigned long long mebibytes);
Return Value
The value in bytes (mebibytes shifted left by 20 bits).
Parameters
Name |
Description |
mebibytes |
The number of mebibytes to convert. |
Created with MrDocs