[#operator_MiB] = operator""_MiB :mrdocs: Conversion of MiB to bytes. == Synopsis Declared in `<util/byte_units.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- consteval uint64_t operator""_MiB(unsigned long long mebibytes); ---- == Return Value The value in bytes (`mebibytes` shifted left by 20 bits). == Parameters [cols="1,4"] |=== | Name| Description | *mebibytes* | The number of mebibytes to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#